summaryrefslogtreecommitdiff
path: root/interface-definitions/snmp.xml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-06-08 10:40:39 +0200
committerChristian Poessinger <christian@poessinger.com>2018-06-08 10:40:39 +0200
commit9afd3a8607fe5ce53f3756ea1c2c7045cd7c67b3 (patch)
tree760af4c2bb6f4a41699a9d7e9e830846097f39d6 /interface-definitions/snmp.xml
parenta4b60ec2056662767b2736206d8f3be00f94a275 (diff)
downloadvyos-1x-9afd3a8607fe5ce53f3756ea1c2c7045cd7c67b3.tar.gz
vyos-1x-9afd3a8607fe5ce53f3756ea1c2c7045cd7c67b3.zip
snmp.xml: make help messages match net-snmp naming
Diffstat (limited to 'interface-definitions/snmp.xml')
-rw-r--r--interface-definitions/snmp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/snmp.xml b/interface-definitions/snmp.xml
index 7928de5d7..76885a02a 100644
--- a/interface-definitions/snmp.xml
+++ b/interface-definitions/snmp.xml
@@ -216,11 +216,11 @@
</valueHelp>
<valueHelp>
<format>auth</format>
- <description>Messages are authenticated but not encrypted (AuthNoPriv)</description>
+ <description>Messages are authenticated but not encrypted (authNoPriv)</description>
</valueHelp>
<valueHelp>
<format>priv</format>
- <description>Messages are authenticated and encrypted (AuthPriv)</description>
+ <description>Messages are authenticated and encrypted (authPriv)</description>
</valueHelp>
<constraint>
<regex>(noauth|auth|priv)</regex>