summaryrefslogtreecommitdiff
path: root/templates/show/wan-load-balance
diff options
context:
space:
mode:
authorMichael Larson <slioch@eng-140.vyatta.com>2008-02-26 13:22:23 -0800
committerMichael Larson <slioch@eng-140.vyatta.com>2008-02-26 13:22:23 -0800
commitb7ea11151a24a4cb07f5ff2c7996c5f556a008fc (patch)
treea9714aa340b906dbef20e58f94d4e62a91b6a7ee /templates/show/wan-load-balance
parent3152f068317b7e52420a05ec8a2bdf3ef97ff6d6 (diff)
downloadvyatta-wanloadbalance-b7ea11151a24a4cb07f5ff2c7996c5f556a008fc.tar.gz
vyatta-wanloadbalance-b7ea11151a24a4cb07f5ff2c7996c5f556a008fc.zip
changed Wan to WAN in show command when not configured.
Diffstat (limited to 'templates/show/wan-load-balance')
-rw-r--r--templates/show/wan-load-balance/node.def2
-rw-r--r--templates/show/wan-load-balance/status/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/wan-load-balance/node.def b/templates/show/wan-load-balance/node.def
index 37c2954..3d90732 100644
--- a/templates/show/wan-load-balance/node.def
+++ b/templates/show/wan-load-balance/node.def
@@ -2,7 +2,7 @@ help: Show wan load-balancing status
run: if [ -f /var/load-balance/wlb.out ] ; then
cat /var/load-balance/wlb.out
else
- echo Wan load balancing is not configured
+ echo WAN load balancing is not configured
fi
diff --git a/templates/show/wan-load-balance/status/node.def b/templates/show/wan-load-balance/status/node.def
index c73fcf9..6fa010f 100644
--- a/templates/show/wan-load-balance/status/node.def
+++ b/templates/show/wan-load-balance/status/node.def
@@ -2,6 +2,6 @@ help: Show wan load-balancing statistics
run: if [ -f /var/load-balance/wlb.out ] ; then
sudo ${vyatta_bindir}/sudo-users/iptables -L PREROUTING -t mangle -vv
else
- echo Wan load balancing is not configured
+ echo WAN load balancing is not configured
fi