From 85a1c9718c3a7192010de9d3f5ece60b559ce97a Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 17 Feb 2012 11:48:25 -0800 Subject: snmp: add missing newline to config file Need newline after agentx --- scripts/snmp/vyatta-snmp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index bd9a5512..d473e7fa 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"; # maybe needed by lldpd + print "master agentx\n"; # maybe needed by lldpd print "agentaddress ", join(',',@addr), "\n"; # add hook to read IF-MIB::ifAlias from sysfs -- cgit v1.2.3