From 98e07690beea3cd970ca4c7f89d2e74c8aea3154 Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Thu, 11 Jun 2009 21:48:11 +0000 Subject: [PATCH] add qb_v_name for completeness and to match POD --- Info/Bridge.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Info/Bridge.pm b/Info/Bridge.pm index dbbfda61..c8900fae 100644 --- a/Info/Bridge.pm +++ b/Info/Bridge.pm @@ -105,6 +105,7 @@ $VERSION = '2.00'; # Q-BRIDGE-MIB : dot1qVlanStaticTable 'v_name' => 'dot1qVlanStaticName', + 'qb_v_name' => 'dot1qVlanStaticName', 'qb_v_egress' => 'dot1qVlanStaticEgressPorts', 'qb_v_fbdn_egress' => 'dot1qVlanForbiddenEgressPorts', 'qb_v_untagged' => 'dot1qVlanStaticUntaggedPorts',