safety and tidy the port_macs patch
This commit is contained in:
@@ -278,8 +278,7 @@ sub walk_fwtable {
|
||||
? {} : $snmp->qb_fw_vlan;
|
||||
my $bp_index = $snmp->bp_index;
|
||||
|
||||
my @fw_mac_list = values %$fw_mac;
|
||||
my $port_macs = get_port_macs(\@fw_mac_list);
|
||||
my $port_macs = get_port_macs( values %$fw_mac );
|
||||
|
||||
# to map forwarding table port to device port we have
|
||||
# fw_port -> bp_index -> interfaces
|
||||
|
||||
Reference in New Issue
Block a user