From ff37bab36d98295affca76827557100fda772f4c Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Tue, 3 Oct 2006 01:38:36 +0000 Subject: [PATCH] bp_port () definition fix - Nicolai Petri bug report --- Info/Bridge.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Info/Bridge.pm b/Info/Bridge.pm index 99724fd6..479a6871 100644 --- a/Info/Bridge.pm +++ b/Info/Bridge.pm @@ -32,7 +32,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Bridge; -$VERSION = '1.04'; +$VERSION = '1.05'; # $Id$ use strict; @@ -68,7 +68,7 @@ use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/; 'fw_status' => 'dot1dTpFdbStatus', # Bridge Port Table: Dot1dBasePortEntry 'bp_index' => 'dot1dBasePortIfIndex', - 'bp_port' => 'dot1dBasePortCircuit ', + 'bp_port' => 'dot1dBasePortCircuit', # Bridge Static (Destination-Address Filtering) Database 'bs_mac' => 'dot1dStaticAddress', 'bs_port' => 'dot1dStaticReceivePort',