]> git.sesse.net Git - nms/blobdiff - clients/ciscong.pl
There is not e71-6
[nms] / 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";