From 948d96ed28019caa5ca736d07bfd6efb7806aff9 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 2 Sep 2021 19:57:13 +0100 Subject: [PATCH] remove weird char breaking test --- lib/SNMP/Info/Layer3/Foundry.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SNMP/Info/Layer3/Foundry.pm b/lib/SNMP/Info/Layer3/Foundry.pm index 4c67b403..bc021a6d 100644 --- a/lib/SNMP/Info/Layer3/Foundry.pm +++ b/lib/SNMP/Info/Layer3/Foundry.pm @@ -1295,7 +1295,7 @@ Changes an access (untagged) port VLAN, must be supplied with the numeric VLAN ID and port C. This method should only be used on end station (non-trunk) ports. - # Example: + Example: my %if_map = reverse %{$foundry->interfaces()}; $foundry->set_i_vlan('2', $if_map{'FastEthernet0/1'}) or die "Couldn't change port VLAN. ",$foundry->error(1);