diff options
author | slioch <slioch@eng-140.vyatta.com> | 2008-10-20 14:15:57 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2008-10-20 14:15:57 -0700 |
commit | eee0afd80dbd9c5229201d96cae3f4eedae0cb31 (patch) | |
tree | 50d0d2b98284f09b745e0769b7f25292ef2606b7 /templates | |
parent | bdf25c7abb889b44dc9728a3abe8e153bd828324 (diff) | |
download | vyatta-wanloadbalance-eee0afd80dbd9c5229201d96cae3f4eedae0cb31.tar.gz vyatta-wanloadbalance-eee0afd80dbd9c5229201d96cae3f4eedae0cb31.zip |
fix for bug 3817
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/wan-load-balance/connection/node.def | 2 |
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 a5f3551..84de67c 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 - cat /proc/net/ip_conntrack | grep ' mark=[1-9]' + sudo cat /proc/net/ip_conntrack | grep ' mark=[1-9]' else echo WAN load balancing is not configured fi |