diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-10 11:57:13 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-10 11:57:13 -0800 |
commit | b011d74603d7868d321b84900fd65db6b3bbea2f (patch) | |
tree | c6f90cea26ecf82afd4d1fa0bf09f3636387eca9 | |
parent | 92adfadf3720f1dbb1647855983ca10fc3671e68 (diff) | |
download | vyatta-cfg-quagga-b011d74603d7868d321b84900fd65db6b3bbea2f.tar.gz vyatta-cfg-quagga-b011d74603d7868d321b84900fd65db6b3bbea2f.zip |
Fix typo in last SNMP change.
-rwxr-xr-x | scripts/snmp/vyatta-snmp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index 84f07030..bd9a5512 100755 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -157,7 +157,7 @@ sub snmp_get_constants { print "sysDescr Vyatta $version\n"; print "sysObjectID 1.3.6.1.4.1.30803\n"; print "sysServices 14\n"; - print "master agentx" # needed by lldpd + print "master agentx"; # maybe needed by lldpd print "agentaddress ", join(',',@addr), "\n"; # add hook to read IF-MIB::ifAlias from sysfs |