diff options
-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; |