summaryrefslogtreecommitdiff
path: root/scripts/vyatta-qos-util.pl
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-03-19 18:16:52 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-03-19 18:16:52 -0700
commitf1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd (patch)
tree73193867649b31e0a7a210706373f3dad7cd4d55 /scripts/vyatta-qos-util.pl
parentff77155be360216289e1e73af50dc4b82383cc68 (diff)
downloadvyatta-cfg-qos-f1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd.tar.gz
vyatta-cfg-qos-f1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd.zip
More unfrozen stuff
Revert "Better validation of numeric input" This reverts commit e1624917ba2ed574fe350b470762a732a9820cbd.
Diffstat (limited to 'scripts/vyatta-qos-util.pl')
-rwxr-xr-xscripts/vyatta-qos-util.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-qos-util.pl b/scripts/vyatta-qos-util.pl
index 545e766..36d8a17 100755
--- a/scripts/vyatta-qos-util.pl
+++ b/scripts/vyatta-qos-util.pl
@@ -36,7 +36,7 @@ if ( defined $rate ) {
}
if ( defined $burst ) {
- my $b = VyattaQosUtil::getBurstSize($burst);
+ my $b = VyattaQosUtil::getSize($burst);
exit 0;
}