summaryrefslogtreecommitdiff
path: root/templates/show/wan-load-balance/status/node.def
blob: 87b47f6d45c19b84845458e504fbd82c5ee67bf2 (plain)
1
2
3
4
5
6
7
help: Show WAN load-balancing statistics
run:  if [ -f /var/load-balance/wlb.out ] ; then 
         sudo /sbin/iptables -L PREROUTING -t mangle -vv
      else
         echo WAN load balancing is not configured
      fi