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