blob: 7ef1b406e73e7e45bae6f9c448379a4aa26c2dd0 (
plain)
1
2
3
4
5
6
7
8
9
|
help: Show Wide Area Network (WAN) load-balancing flow
run: if [ -f /var/run/load-balance/wlb.out ] ; then
sudo ${vyatta_bindir}/sudo-users/vyatta-wlb-connection.pl
else
echo WAN load balancing is not configured
fi
|