From 58ad6a6a0ad9d55b7ba94afd25c31cb96b2ac92d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 18 Jan 2010 18:31:53 -0800 Subject: Fix typo in community for trap-target --- scripts/snmp/vyatta-snmp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/snmp/vyatta-snmp.pl') diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index 8a26e3dc..d92143f6 100644 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -189,7 +189,7 @@ EOF print "trap2sink $trap_target"; print ":$port" if $port; - print " %community" if $community; + print " $community" if $community; print "\n"; } } -- cgit v1.2.3