summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-21 14:08:55 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-21 14:08:55 -0700
commitc1fe58dca6c46d2c37763b3e2c9adf6eb47deaaa (patch)
treeee2e4b48ff84c9617c5204e22c4e9f62ac74c80f
parent5eec186f3b0ff5eed28e7e343f5c290288eed993 (diff)
downloadvyatta-cfg-qos-c1fe58dca6c46d2c37763b3e2c9adf6eb47deaaa.tar.gz
vyatta-cfg-qos-c1fe58dca6c46d2c37763b3e2c9adf6eb47deaaa.zip
Fix formatting of default filter rule
-rw-r--r--lib/Vyatta/Qos/TrafficLimiter.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Qos/TrafficLimiter.pm b/lib/Vyatta/Qos/TrafficLimiter.pm
index 93ea302..32e2dd3 100644
--- a/lib/Vyatta/Qos/TrafficLimiter.pm
+++ b/lib/Vyatta/Qos/TrafficLimiter.pm
@@ -110,7 +110,7 @@ sub commands {
# Null filter for default rule
printf "filter add dev %s parent %x: prio %d", $dev, $parent, 255;
print " protocol all basic";
- print " %s flowid %x:%x\n", $police, $parent, $id;
+ printf " %s flowid %x:%x\n", $police, $parent, $id;
} else {
foreach my $match ( $class->matchRules() ) {
$match->filter( $dev, $parent, $id, $class->{priority}, undef,