diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-09 09:18:59 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-09 09:18:59 -0700 |
commit | 6dca7f847c69ff078010e5beecbf832dae210804 (patch) | |
tree | f2c53e7c9782ec6db4f70ce8c487cca5d18aa3cb /scripts | |
parent | 9a76118087cfa2483d48e54669c2cc85f4ce15ab (diff) | |
download | vyatta-cfg-qos-6dca7f847c69ff078010e5beecbf832dae210804.tar.gz vyatta-cfg-qos-6dca7f847c69ff078010e5beecbf832dae210804.zip |
Fix out of date comments
Comments contained reference to old syntax
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-qos.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index e04762e..266a0f5 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -58,7 +58,6 @@ sub find_policy { } # class factory for policies -## make_policy('traffic-shaper', 'limited', 'out') sub make_policy { my ( $type, $name, $direction ) = @_; my $policy_type; |