Commit 3355120e authored by Adam Wujek's avatar Adam Wujek 💬

userspace/snmpd: correct MIB according to smilint output

Warnings like below are still not solved.
warning: node `XXX' must be contained in at least one conformance group

Command used for smilint:
smilint WR-SWITCH-MIB.txt
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 5cf0a409
......@@ -18,13 +18,16 @@ IMPORTS
-- (I follow the CamelCase to be sure I don't mistype. Who knows the rules...
wrSwitchMIB MODULE-IDENTITY
LAST-UPDATED "201503191600Z"
LAST-UPDATED "201508121200Z"
ORGANIZATION "CERN"
CONTACT-INFO "postal: BE-CO-HT, CERN, Geneva
email: ht-drivers@cern.ch
"
DESCRIPTION "White Rabbit Switch internal details
"
REVISION "201508121200Z"
DESCRIPTION
"First revision."
::= { cern 100 }
cern OBJECT IDENTIFIER ::= { enterprises 96 }
......@@ -227,7 +230,7 @@ wrsPTPStatus OBJECT-TYPE
na(0),
ok(1),
error(2),
firstRead(6),
firstRead(6)
}
MAX-ACCESS read-only
STATUS current
......@@ -1786,7 +1789,7 @@ WrsPortStatusEntry ::=
wrsPortStatusSfpGbE INTEGER,
wrsPortStatusSfpError INTEGER,
wrsPortStatusPtpTxFrames Counter32,
wrsPortStatusPtpRxFrames Counter32,
wrsPortStatusPtpRxFrames Counter32
}
wrsPortStatusIndex OBJECT-TYPE
......
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