Update route.inc.php

This commit is contained in:
Sawachier
2016-04-21 09:17:20 +02:00
parent 960d45ee46
commit af192da397
+1 -2
View File
@@ -19,7 +19,7 @@
//like the others, so if i use the context, you will have the same information n time the context how have the same VRF
global $debug;
if ($config['discovery_modules']['route']) {
$ids = array();
// For the moment only will be cisco and the version 3
@@ -170,4 +170,3 @@ if ($config['discovery_modules']['route']) {
unset($vrfs_lite_cisco);
}
}