Use the same method for both i_vlan and i_pvid in BayRS

This commit is contained in:
Eric A. Miller
2014-10-21 20:53:28 -04:00
parent 32c0e64bfb
commit e84225fb23

View File

@@ -732,6 +732,8 @@ sub i_vlan {
return \%i_vlan;
}
sub i_pvid { goto &i_vlan }
sub root_ip {
my $bayrs = shift;