summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Vyatta/Qos/Match.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Qos/Match.pm b/lib/Vyatta/Qos/Match.pm
index 327fbd4..7985894 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 $proto u32";
+ print "protocol all u32";
# workaround inconsistent usage in tc u32 match
my $sel = $proto;