]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
dhcpcd: Use eloop timeout to wait for pidfile removal
authorRoy Marples <roy@marples.name>
Mon, 5 Sep 2022 12:20:50 +0000 (13:20 +0100)
committerRoy Marples <roy@marples.name>
Mon, 5 Sep 2022 12:24:02 +0000 (13:24 +0100)
commit3b294661fb106a6075654d6404e846df3438821e
tree8cd9e9b021d37a9ffac68a238de7b3348859414e
parentce13b79d78df81de388b2448d4edce4f3e16c66a
dhcpcd: Use eloop timeout to wait for pidfile removal

As well as removing not enabled code to wait a bit before
removing the IP address when sending a DHCP RELEASE message.

This means that we no longer need to allow nanosleep in SECCOMP.

Hopefully fixes #127.
src/dhcp.c
src/dhcpcd.c
src/privsep-linux.c