From 7ea34d0a732abe1ce919d5b449a7153f8e7e296e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 12 Jul 2010 11:05:56 -0700 Subject: Fix typo in ematch/fwmark filter Needs to be fwmark no fw_mark --- lib/Vyatta/Qos/Match.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Vyatta/Qos/Match.pm b/lib/Vyatta/Qos/Match.pm index 48e92c3..79cd0d3 100644 --- a/lib/Vyatta/Qos/Match.pm +++ b/lib/Vyatta/Qos/Match.pm @@ -151,7 +151,7 @@ sub filter { print " protocol all basic"; print " match meta\(rt_iif eq $indev\)" if $indev; print " match meta\(vlan mask 0xfff eq $vif\)" if $vif; - print " match meta\(fw_mark eq $fwmark\)" if $fwmark; + print " match meta\(fwmark eq $fwmark\)" if $fwmark; print " $police" if $police; printf " flowid %x:%x\n", $parent, $classid; -- cgit v1.2.3