summaryrefslogtreecommitdiff
path: root/templates/clear/wan-load-balance/connections/node.def
blob: ee88ca9a5193b27ae3f3f0f4ae3104f3fd3f58f5 (plain)
1
2
3
4
5
6
7
8
9
10
help: Flush connections
run:  if [ -f /var/load-balance/wlb.out ] ; then 
	 conntrack -F
	 conntrack -F expect
      else
         echo WAN load balancing is not configured
      fi