remove weird char breaking test

This commit is contained in:
Oliver Gorwits
2021-09-02 19:57:13 +01:00
committed by GitHub
parent 765a6417b2
commit 948d96ed28

View File

@@ -1295,7 +1295,7 @@ Changes an access (untagged) port VLAN, must be supplied with the numeric
VLAN ID and port C<ifIndex>. This method should only be used on end station VLAN ID and port C<ifIndex>. This method should only be used on end station
(non-trunk) ports. (non-trunk) ports.
# Example: Example:
my %if_map = reverse %{$foundry->interfaces()}; my %if_map = reverse %{$foundry->interfaces()};
$foundry->set_i_vlan('2', $if_map{'FastEthernet0/1'}) $foundry->set_i_vlan('2', $if_map{'FastEthernet0/1'})
or die "Couldn't change port VLAN. ",$foundry->error(1); or die "Couldn't change port VLAN. ",$foundry->error(1);