diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-19 18:16:52 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-19 18:16:52 -0700 |
commit | f1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd (patch) | |
tree | 73193867649b31e0a7a210706373f3dad7cd4d55 /scripts/vyatta-qos-util.pl | |
parent | ff77155be360216289e1e73af50dc4b82383cc68 (diff) | |
download | vyatta-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-x | scripts/vyatta-qos-util.pl | 2 |
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; } |