Subject: | Quick documentation fix in SNMP::Info::Bridge |
http://search.cpan.org/src/MAXB/SNMP-Info-0.8/Info/Bridge.pm
In the synopsis (around line 141), the example uses $fw_mac twice. It should use $fw_mac and $fw_port, like so:
foreach my $fw_index (keys %$fw_mac){
my $mac = $fw_mac->{$fw_index};
my $bp_id = $fw_port->{$fw_index};
my $iid = $bp_index->{$bp_id};
my $port = $interfaces->{$iid};