diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-03 16:28:11 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-03 16:28:11 +0100 |
commit | 6945b2e3561cd76d193d41dd6ab5249661230460 (patch) | |
tree | 0569c20196c2b0ace01b75a61eb90d845b7b3b89 | |
parent | 410ac0dac8400aae1523a51184726ff7606dc5fd (diff) | |
download | vyos-1x-6945b2e3561cd76d193d41dd6ab5249661230460.tar.gz vyos-1x-6945b2e3561cd76d193d41dd6ab5249661230460.zip |
snmp: T1937: fix "unknown token" warnings
-rwxr-xr-x | src/conf_mode/snmp.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index 0ad229bed..0cba5c88f 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -96,9 +96,6 @@ sysServices 14 master agentx agentXPerms 0777 0777 pass .1.3.6.1.2.1.31.1.1.1.18 /opt/vyatta/sbin/if-mib-alias -smuxpeer .1.3.6.1.2.1.83 -smuxpeer .1.3.6.1.2.1.157 -smuxsocket localhost # linkUp/Down configure the Event MIB tables to monitor # the ifTable for network interfaces being taken up or down |