methods take precedence over globals, make sure that all classes have methods defined if needed to override new fw_mac and fw_port methods in Bridge class

This commit is contained in:
Eric A. Miller
2014-01-13 20:41:28 -05:00
parent 985b4aab3f
commit 6b49bfd4c4
4 changed files with 35 additions and 0 deletions

View File

@@ -324,6 +324,13 @@ sub bp_index {
return \%bp_index;
}
sub fw_mac {
my $s3000 = shift;
my $partial = shift;
return $s3000->SUPER::fw_mac($partial);
}
sub fw_port {
my $s3000 = shift;
my $partial = shift;