summaryrefslogtreecommitdiff
path: root/templates/show/wan-load-balance/connection/node.def
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2008-10-31 10:27:09 -0700
committerslioch <slioch@eng-140.vyatta.com>2008-10-31 10:27:09 -0700
commitc1c7a4968fa3bddc258e38f181c37c907e4f3557 (patch)
tree422719eb839674ba788a126cc1a07d440175c292 /templates/show/wan-load-balance/connection/node.def
parentac39481cf76ae84ea196d0cdc9cb4a849355b7ef (diff)
downloadvyatta-wanloadbalance-c1c7a4968fa3bddc258e38f181c37c907e4f3557.tar.gz
vyatta-wanloadbalance-c1c7a4968fa3bddc258e38f181c37c907e4f3557.zip
fix for bug 3608. add connnection comment to sudoers directory.
Diffstat (limited to 'templates/show/wan-load-balance/connection/node.def')
-rw-r--r--templates/show/wan-load-balance/connection/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/wan-load-balance/connection/node.def b/templates/show/wan-load-balance/connection/node.def
index 84de67c..d76fb51 100644
--- a/templates/show/wan-load-balance/connection/node.def
+++ b/templates/show/wan-load-balance/connection/node.def
@@ -1,6 +1,6 @@
help: Show Wide Area Network (WAN) load-balancing flow
run: if [ -f /var/load-balance/wlb.out ] ; then
- sudo cat /proc/net/ip_conntrack | grep ' mark=[1-9]'
+ sudo ${vyatta_bindir}/sudo-users/vyatta-wlb-connection
else
echo WAN load balancing is not configured
fi