]> git.sesse.net Git - nms/commitdiff
There is not e71-6
authorEirik Nygaard <eirikn@space>
Wed, 4 Apr 2007 10:25:01 +0000 (12:25 +0200)
committerEirik Nygaard <eirikn@space>
Wed, 4 Apr 2007 10:25:01 +0000 (12:25 +0200)
clients/ciscong.pl

index 9d2dac21ca4a2ed024f42eb98895dd51dc57481d..89ad6d58609151686f9f7e819b656aa78d991b3a 100644 (file)
@@ -176,6 +176,11 @@ sub verify_run {
        while (<PATCHLIST>) {
                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";