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 /src/conf_mode | |
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 'src/conf_mode')
-rwxr-xr-x | src/conf_mode/snmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index addfb9e26..9651b358e 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -167,7 +167,7 @@ def verify(snmp): raise ConfigError(f'Trap target "{trap}" requires a community to be set!') if 'oid_enable' in snmp: - Warning(f'Custom oids are enabled and may lead to system instability and high resource consumption') + Warning(f'Custom OIDs are enabled and may lead to system instability and high resource consumption') verify_vrf(snmp) |