diff options
author | Michael <mike@vyatta.com> | 2010-12-30 03:51:46 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-01-05 11:50:44 -0800 |
commit | 7f19756f2dc78d183cdff49ddcab5817625115e0 (patch) | |
tree | 78397cc089ceff1d747edf9817f7f27459601b22 /scripts | |
parent | 02ad13b406847b718f9a1fd5e731572e261a6a44 (diff) | |
download | vyatta-wanloadbalance-7f19756f2dc78d183cdff49ddcab5817625115e0.tar.gz vyatta-wanloadbalance-7f19756f2dc78d183cdff49ddcab5817625115e0.zip |
fix for bug 4966.
default to no dns resolution with option for dns resolution on op mode command.
(cherry picked from commit 9e9c03edd4d4b2c87f0da68c8b40c216a324495b)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-wlb-status | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/vyatta-wlb-status b/scripts/vyatta-wlb-status index 4caadd3..325b3b1 100755 --- a/scripts/vyatta-wlb-status +++ b/scripts/vyatta-wlb-status @@ -1,4 +1,5 @@ #!/bin/sh -iptables -L WANLOADBALANCE_PRE -t mangle -v + +iptables $1 -L WANLOADBALANCE_PRE -t mangle -v |