From 7f19756f2dc78d183cdff49ddcab5817625115e0 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 30 Dec 2010 03:51:46 -0800 Subject: fix for bug 4966. default to no dns resolution with option for dns resolution on op mode command. (cherry picked from commit 9e9c03edd4d4b2c87f0da68c8b40c216a324495b) --- scripts/vyatta-wlb-status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3