diff --git a/index.php b/index.php index 3cfbbd7..1119a93 100644 --- a/index.php +++ b/index.php @@ -98,6 +98,7 @@ 'via' => $tempdata[16], 'interface' => $tempdata[18], 'metric' => $tempdata[12], + 'destid' => $tempdata[10], ); } @@ -166,6 +167,7 @@ via device metric + Destination ID '; foreach($output['routes'] as $route) { echo ""; @@ -236,6 +238,7 @@ via device metric + Destination ID '; foreach($output['routes'] as $route) { if ($route['target'] == $_GET['ip'])