fix Interface in neighbours table

Signed-off-by: Christian Dresel <fff@chrisi01.de>
This commit is contained in:
Christian Dresel 2018-08-23 12:40:06 +02:00
parent 69b37ee533
commit 61e565ddf0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
}
foreach ($neighbour as $temp) {
$address=explode(" ",strstr($temp,"address"));
$interface=explode(" ",strstr($temp,"interface"));
$interface=explode(" ",strstr($temp,"if"));
$reach=explode(" ",strstr($temp,"reach"));
$rxcost=explode(" ",strstr($temp,"rxcost"));
$txcost=explode(" ",strstr($temp,"txcost"));