Commit 1ead2f04 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/snmpd: fix length of wrsConfigSourceUrl in MIB

Length should be 128, not 64.
Bug introduced by:
a51052af userspace/snmpd: remove protocol from wrsConfigSource object
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 52654a35
......@@ -605,7 +605,7 @@ wrsConfigSource OBJECT-TYPE
::= { wrsBootStatusGroup 6 }
wrsConfigSourceUrl OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
SYNTAX DisplayString (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
......
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