From 01dcc835d2c31911173bcf2e44d7c7f200baee71 Mon Sep 17 00:00:00 2001 From: Eirik Nygaard Date: Wed, 4 Apr 2007 12:25:01 +0200 Subject: [PATCH] There is not e71-6 --- clients/ciscong.pl | 5 +++++ 1 file changed, 5 insertions(+) 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"; -- 2.39.2