From: Eirik Nygaard Date: Wed, 4 Apr 2007 10:25:01 +0000 (+0200) Subject: There is not e71-6 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=01dcc835d2c31911173bcf2e44d7c7f200baee71;p=nms There is not e71-6 --- diff --git a/clients/ciscong.pl b/clients/ciscong.pl index 9d2dac2..89ad6d5 100644 --- a/clients/ciscong.pl +++ b/clients/ciscong.pl @@ -176,6 +176,11 @@ sub verify_run { while () { print "Verify run....\n"; my ($switch, $distro, $port) = split; + + if ($switch eq "e71-6") { + print "There is no e71-6\n"; + next; + } my ($row, $place, $ipnet, $vlan, $ip, $dip) = switch_info($switch, $distro, $port); print "Switch: $switch, Distro: $distro, vlan: $vlan\n";