]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP: If root fs is network mounted, enable last lease extend
authorRoy Marples <roy@marples.name>
Fri, 6 Sep 2019 11:52:22 +0000 (12:52 +0100)
committerRoy Marples <roy@marples.name>
Fri, 6 Sep 2019 11:52:22 +0000 (12:52 +0100)
commitaabdaa9fb3fa8cf06afc3ff7e1b6508b361055a5
treed3b3c4db965bb6826a60a1c5d9efd8b9329d19a4
parent3934067de5d115e7d1da4820c41e44070275189a
DHCP: If root fs is network mounted, enable last lease extend

We don't want expiry to unmount the root FS.
Also, we don't want a reboot with an expired lease to kill
our current assignment either.

Only works on NetBSD right now.
src/common.c
src/common.h
src/dhcpcd.c