Commit dbd53bdc authored by Adam Wujek's avatar Adam Wujek 💬

lib/snmp: fix description in MIB for wrpcPortInternal*

Fix descriptions of
--wrpcPortInternalRx
--wrpcPortInternalTx
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent a50136c5
...@@ -661,7 +661,7 @@ wrpcPortInternalTx OBJECT-TYPE ...@@ -661,7 +661,7 @@ wrpcPortInternalTx OBJECT-TYPE
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"RX ptp packets" "Total TX packets on a port"
::= { wrpcPortGroup 4 } ::= { wrpcPortGroup 4 }
wrpcPortInternalRx OBJECT-TYPE wrpcPortInternalRx OBJECT-TYPE
...@@ -669,7 +669,7 @@ wrpcPortInternalRx OBJECT-TYPE ...@@ -669,7 +669,7 @@ wrpcPortInternalRx OBJECT-TYPE
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"TX ptp packets" "Total RX packets on a port"
::= { wrpcPortGroup 5 } ::= { wrpcPortGroup 5 }
-- **************************************************************************** -- ****************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment