summaryrefslogtreecommitdiff
path: root/scripts/dhcp
AgeCommit message (Collapse)Author
2023-05-09T5209: Add sudo for user signal wan_lb PIDViacheslav Hletenko
Lack of privilegies for 'kill -s SIGUSR2 $( cat $pid )' it caues 04-dhcp-wanlb hook exit with nonzero exit code after renew dhcp lease
2023-04-03T5141: Add numbers for dhclient-exit-hooks.d to enforce orderViacheslav Hletenko
2009-01-28Fix buggy shell scriptStephen Hemminger
shell script was missing 'then' and would always cause error message.
2008-12-15completes work to support dhcp for wan lb.slioch