summaryrefslogtreecommitdiff
path: root/templates/show/wan-load-balance/connection/node.def
blob: a5f35516b91b98cf5636563aef601e29daadcbfa (plain)
1
2
3
4
5
6
7
8
9
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]'
      else
         echo WAN load balancing is not configured
      fi