summaryrefslogtreecommitdiff
path: root/templates-op/restart/wan-load-balance/node.def
blob: ec2697de8fd9d146cbcc3b2524dd493cb7522850 (plain)
1
2
3
4
5
6
help: Restart WAN load balancing
run:  if [ -f /var/run/load-balance/wlb.out ] ; then
      sudo /opt/vyatta/sbin/vyatta-wanloadbalance.init restart /var/run/load-balance/wlb.conf 2>/dev/null
      else
         echo WAN load balancing is not configured
      fi