From e84225fb2330fa6af5fa2102bde3634ed33b6ee4 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Tue, 21 Oct 2014 20:53:28 -0400 Subject: [PATCH] Use the same method for both i_vlan and i_pvid in BayRS --- Info/Layer3/BayRS.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Info/Layer3/BayRS.pm b/Info/Layer3/BayRS.pm index 6d086667..161902ae 100644 --- a/Info/Layer3/BayRS.pm +++ b/Info/Layer3/BayRS.pm @@ -732,6 +732,8 @@ sub i_vlan { return \%i_vlan; } +sub i_pvid { goto &i_vlan } + sub root_ip { my $bayrs = shift;