index
:
vyatta-wanloadbalance.git
T6527
circinus
crux
current
daisy
equuleus
glendale
helium
hollister
hollywood
hydrogen
islavista
jenner
kenwood
larkspur
lithium
master
mendocino
mergify/bp/circinus/pr-31
napa
oxnard
pacifica
sagitta
vyatta wan load balance project (mirror of https://github.com/vyos/vyatta-wanloadbalance.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dhcp
/
dhcp-wanlb
blob: 15fc98d30b519e77ced2ea7f5b55b97a279be696 (
plain
)
1
2
3
4
pid=/var/run/vyatta/wlb.pid if [ -f $pid ] kill -s SIGUSR2 $( cat $pid ) 2>/dev/null fi