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