From 5445a496dbbab2f2f2eeec5f6ed1a38f0d3225a6 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Sun, 15 Dec 2013 10:21:50 -0500 Subject: [PATCH] Munge fdp_capabilities the same as cdp_capabilities, retain all the bits during munge --- Info/FDP.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Info/FDP.pm b/Info/FDP.pm index 8a27ad5c..9a0755c8 100644 --- a/Info/FDP.pm +++ b/Info/FDP.pm @@ -68,7 +68,7 @@ $VERSION = '3.08'; ); %MUNGE = ( - 'fdp_capabilities' => \&SNMP::Info::munge_caps, + 'fdp_capabilities' => \&SNMP::Info::munge_bits, 'fdp_ip' => \&SNMP::Info::munge_ip ); @@ -289,8 +289,7 @@ CDP compatibility =item $fdp->fdp_capabilities() Returns Device Functional Capabilities. Results are munged into an ascii -binary string, 7 digits long, MSB. Each digit represents a bit from the -table below. +binary string, MSB. Each digit represents a bit from the table below. From L: @@ -320,8 +319,7 @@ protocol. =back -Thanks to Martin Lorensen C for a pointer to -this information. +Thanks to Martin Lorensen for a pointer to this information. (C)