diff options
-rwxr-xr-x | scripts/vyatta-qos.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index 9844d06..b7106c2 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -200,7 +200,7 @@ sub interfaces_using { next unless $cur; # these are arguments to update_interface() - push @inuse, [ $name, $direction, $name ] + push @inuse, [ $name, $direction, $policy ] if ($cur eq $policy); } } |