From ce9294f692b2dba5615c5cc94a2eb183fb535ce3 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 17 Feb 2010 13:09:25 -0800 Subject: Fix typo in filtering for match Missing space in command cause failure of filter. Introduced with previous change to allow any protocol. --- lib/Vyatta/Qos/Match.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Vyatta/Qos') diff --git a/lib/Vyatta/Qos/Match.pm b/lib/Vyatta/Qos/Match.pm index 7985894..41ed4f1 100644 --- a/lib/Vyatta/Qos/Match.pm +++ b/lib/Vyatta/Qos/Match.pm @@ -108,7 +108,7 @@ sub filter { print " protocol $type basic"; } } else { - print "protocol all u32"; + print " protocol all u32"; # workaround inconsistent usage in tc u32 match my $sel = $proto; -- cgit v1.2.3