Zeigt Ziel ID des Zielrouters an

Dies scheint im Babel noch ein klein wenig fehlerhaft zu sein. Muss noch analysiert werden. Allerdings ist dies bei der Fehlersuche extrem hilfreich wenn man weiß wo die Route am ende endet.
This commit is contained in:
Christian Dresel 2018-08-18 12:51:31 +02:00 committed by GitHub
parent 7a9a23c7c6
commit 9d11ebcd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,7 @@
'via' => $tempdata[16],
'interface' => $tempdata[18],
'metric' => $tempdata[12],
'destid' => $tempdata[10],
);
}
@ -166,6 +167,7 @@
<th>via</th>
<th>device</th>
<th>metric</th>
<th>Destination ID</th>
</tr>';
foreach($output['routes'] as $route) {
echo "<tr>";
@ -236,6 +238,7 @@
<th>via</th>
<th>device</th>
<th>metric</th>
<th>Destination ID</th>
</tr>';
foreach($output['routes'] as $route) {
if ($route['target'] == $_GET['ip'])