summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-07-11 20:06:42 +0200
committerGitHub <noreply@github.com>2020-07-11 20:06:42 +0200
commit136cef97bbd2c0360e5f554bb469cb1311cda0db (patch)
tree652293a0bb8f758b296b844b8e6430a6a25e86f8 /interface-definitions
parent4281a42d732f764909b4b863146a00070e3d18a7 (diff)
downloadvyos-1x-136cef97bbd2c0360e5f554bb469cb1311cda0db.tar.gz
vyos-1x-136cef97bbd2c0360e5f554bb469cb1311cda0db.zip
snmp: fix "seclevel" completion helper
There is no seclevel "priv" it was a typo and must be "priv"
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/snmp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/snmp.xml b/interface-definitions/snmp.xml
index fcc733c6c..0d97d05b9 100644
--- a/interface-definitions/snmp.xml
+++ b/interface-definitions/snmp.xml
@@ -217,7 +217,7 @@
<properties>
<help>Security levels</help>
<completionHelp>
- <list>noauth auth priv2</list>
+ <list>noauth auth priv</list>
</completionHelp>
<valueHelp>
<format>noauth</format>