From 6dca7f847c69ff078010e5beecbf832dae210804 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 9 Jul 2010 09:18:59 -0700 Subject: Fix out of date comments Comments contained reference to old syntax --- lib/Vyatta/Qos/TrafficLimiter.pm | 2 +- scripts/vyatta-qos.pl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Vyatta/Qos/TrafficLimiter.pm b/lib/Vyatta/Qos/TrafficLimiter.pm index bec2b27..0a5809f 100644 --- a/lib/Vyatta/Qos/TrafficLimiter.pm +++ b/lib/Vyatta/Qos/TrafficLimiter.pm @@ -41,7 +41,7 @@ sub new { } # Setup new instance. -# Assumes caller has done $config->setLevel to "traffic-limiter $name" +# Assumes caller has done $config->setLevel to "limiter $name" sub _define { my ( $self, $config ) = @_; my $level = $config->setLevel(); 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; -- cgit v1.2.3