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