diff options
| -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 |
