summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-01-29 15:23:23 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-01-29 15:23:23 -0800
commit8528bcda78e0cb6aefdeef7a42c27c3845c622e8 (patch)
tree68af89e01961c862ef0537dbefc933b06095a8aa
parent7c982e642a758a74028a90e0aaf6fe749d0f97dd (diff)
parentc409c52ce45d174c8c912ceda314e3a0039fb16f (diff)
downloadvyatta-cfg-qos-8528bcda78e0cb6aefdeef7a42c27c3845c622e8.tar.gz
vyatta-cfg-qos-8528bcda78e0cb6aefdeef7a42c27c3845c622e8.zip
Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-qos into kenwood
-rw-r--r--cfg-version/qos@10
-rw-r--r--lib/Vyatta/Qos/Match.pm2
2 files changed, 1 insertions, 1 deletions
diff --git a/cfg-version/qos@1 b/cfg-version/qos@1
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/cfg-version/qos@1
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;