summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMichael Larson <slioch@eng-140.vyatta.com>2008-06-26 16:28:34 -0700
committerMichael Larson <slioch@eng-140.vyatta.com>2008-06-26 16:28:34 -0700
commit7c15d60e3c1c14a4192a2818338b2ead7119a8ff (patch)
treef6653d5efd63567af67ce3a5068c552b97dfc19b /templates
parent690b13abef1e0abc986c25208a8ce36d88a3e523 (diff)
downloadvyatta-wanloadbalance-7c15d60e3c1c14a4192a2818338b2ead7119a8ff.tar.gz
vyatta-wanloadbalance-7c15d60e3c1c14a4192a2818338b2ead7119a8ff.zip
fixed up status command output and add wait for interface address check on wlb boot
with interface configuration.
Diffstat (limited to 'templates')
-rw-r--r--templates/show/wan-load-balance/status/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/wan-load-balance/status/node.def b/templates/show/wan-load-balance/status/node.def
index 87b47f6..6cd58ec 100644
--- a/templates/show/wan-load-balance/status/node.def
+++ b/templates/show/wan-load-balance/status/node.def
@@ -1,6 +1,6 @@
help: Show WAN load-balancing statistics
run: if [ -f /var/load-balance/wlb.out ] ; then
- sudo /sbin/iptables -L PREROUTING -t mangle -vv
+ sudo /sbin/iptables -L PREROUTING -t mangle -v
else
echo WAN load balancing is not configured
fi