Add i_vlan_membership_untagged() to L3::F5, L2::C1900, and L2::HP4000

This commit is contained in:
Eric A. Miller
2014-11-06 23:02:35 -05:00
parent ce8bb68200
commit 9aca213a5f
3 changed files with 62 additions and 0 deletions

View File

@@ -261,6 +261,8 @@ sub i_vlan_membership {
return $i_vlan_membership;
}
sub i_vlan_membership_untagged { return; }
sub bp_index {
my $c1900 = shift;
my $partial = shift;
@@ -470,6 +472,9 @@ bridge group IDs.
print "Port: $port VLAN: $vlan\n";
}
=item $c1900->i_vlan_membership_untagged()
Unsupported, returns nothing.
=item $c1900->bp_index()