diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-11 20:06:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-11 20:06:42 +0200 |
commit | 136cef97bbd2c0360e5f554bb469cb1311cda0db (patch) | |
tree | 652293a0bb8f758b296b844b8e6430a6a25e86f8 | |
parent | 4281a42d732f764909b4b863146a00070e3d18a7 (diff) | |
download | vyos-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"
-rw-r--r-- | interface-definitions/snmp.xml | 2 |
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> |