Munge fdp_capabilities the same as cdp_capabilities, retain all the bits during munge
This commit is contained in:
@@ -68,7 +68,7 @@ $VERSION = '3.08';
|
|||||||
);
|
);
|
||||||
|
|
||||||
%MUNGE = (
|
%MUNGE = (
|
||||||
'fdp_capabilities' => \&SNMP::Info::munge_caps,
|
'fdp_capabilities' => \&SNMP::Info::munge_bits,
|
||||||
'fdp_ip' => \&SNMP::Info::munge_ip
|
'fdp_ip' => \&SNMP::Info::munge_ip
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -289,8 +289,7 @@ CDP compatibility
|
|||||||
=item $fdp->fdp_capabilities()
|
=item $fdp->fdp_capabilities()
|
||||||
|
|
||||||
Returns Device Functional Capabilities. Results are munged into an ascii
|
Returns Device Functional Capabilities. Results are munged into an ascii
|
||||||
binary string, 7 digits long, MSB. Each digit represents a bit from the
|
binary string, MSB. Each digit represents a bit from the table below.
|
||||||
table below.
|
|
||||||
|
|
||||||
From L<http://www.cisco.com/univercd/cc/td/doc/product/lan/trsrb/frames.htm#18843>:
|
From L<http://www.cisco.com/univercd/cc/td/doc/product/lan/trsrb/frames.htm#18843>:
|
||||||
|
|
||||||
@@ -320,8 +319,7 @@ protocol.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
Thanks to Martin Lorensen C<martin -at- lorensen.dk> for a pointer to
|
Thanks to Martin Lorensen for a pointer to this information.
|
||||||
this information.
|
|
||||||
|
|
||||||
(C<fdpCacheCapabilities>)
|
(C<fdpCacheCapabilities>)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user