diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-01-18 16:17:17 +0000 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-01-18 18:14:09 +0000 |
commit | 67fa5f55ac79838768b4b0a5f6d2c4b3b4c8e762 (patch) | |
tree | 3a2dac6fdd386c8b9ad2c23c73c40d9eb5ceca30 /interface-definitions/snmp.xml.in | |
parent | 1ce8e672b57e03e144998cb0a56ad1622c667a1d (diff) | |
download | vyos-1x-67fa5f55ac79838768b4b0a5f6d2c4b3b4c8e762.tar.gz vyos-1x-67fa5f55ac79838768b4b0a5f6d2c4b3b4c8e762.zip |
T4857: change description in cli, and change word oid to uppercase OIDs in warning message
Diffstat (limited to 'interface-definitions/snmp.xml.in')
-rw-r--r-- | interface-definitions/snmp.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/snmp.xml.in b/interface-definitions/snmp.xml.in index bb6e91167..10dd828a5 100644 --- a/interface-definitions/snmp.xml.in +++ b/interface-definitions/snmp.xml.in @@ -129,19 +129,19 @@ </completionHelp> <valueHelp> <format>ip-forward</format> - <description>Enable oid .1.3.6.1.2.1.4.24</description> + <description>Enable ipForward: .1.3.6.1.2.1.4.24</description> </valueHelp> <valueHelp> <format>ip-route-table</format> - <description>Enable oid .1.3.6.1.2.1.4.21</description> + <description>Enable ipRouteTable: .1.3.6.1.2.1.4.21</description> </valueHelp> <valueHelp> <format>ip-net-to-media-table</format> - <description>Enable oid .1.3.6.1.2.1.4.22</description> + <description>Enable ipNetToMediaTable: .1.3.6.1.2.1.4.22</description> </valueHelp> <valueHelp> <format>ip-net-to-physical-phys-address</format> - <description>Enable oid .1.3.6.1.2.1.4.35</description> + <description>Enable ipNetToPhysicalPhysAddress: .1.3.6.1.2.1.4.35</description> </valueHelp> <constraint> <regex>(ip-forward|ip-route-table|ip-net-to-media-table|ip-net-to-physical-phys-address)</regex> |