summaryrefslogtreecommitdiff
path: root/templates-op/show/wan-load-balance/node.def
blob: c95669a373d080bb4fff2e800da3fb4d4cabfb67 (plain)
1
2
3
4
5
6
7
8
9
help: Show Wide Area Network (WAN) load-balancing information
run:  if [ -f /var/run/load-balance/wlb.out ] ; then 
         cat /var/run/load-balance/wlb.out
      else
         echo WAN load balancing is not configured
      fi