From: Eirik Nygaard Date: Wed, 4 Apr 2007 10:25:19 +0000 (+0200) Subject: Merge with space:/root/nms X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c82739fc0e65b8eb06787c97795c0101eebca313;hp=9b525f6032627f2d79ae65f9e2b1a97bbad587c0;p=nms Merge with space:/root/nms --- diff --git a/clients/ciscong.pl b/clients/ciscong.pl index 1a2c457..76ec475 100644 --- a/clients/ciscong.pl +++ b/clients/ciscong.pl @@ -187,6 +187,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";