diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-29 15:23:23 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-29 15:23:23 -0800 |
commit | 8528bcda78e0cb6aefdeef7a42c27c3845c622e8 (patch) | |
tree | 68af89e01961c862ef0537dbefc933b06095a8aa | |
parent | 7c982e642a758a74028a90e0aaf6fe749d0f97dd (diff) | |
parent | c409c52ce45d174c8c912ceda314e3a0039fb16f (diff) | |
download | vyatta-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@1 | 0 | ||||
-rw-r--r-- | lib/Vyatta/Qos/Match.pm | 2 |
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; |