]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Add route lifetime from Router Advertisement (#429)
authorColin McInnes <colin.mcinnes@vecima.com>
Wed, 15 Jan 2025 10:29:14 +0000 (04:29 -0600)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2025 10:29:14 +0000 (10:29 +0000)
commit7745034dda770fd364d154030891a0fe998486f1
tree34639cc8ea417ee62178a879f5c140ed72c00b5f
parent25689325f81c7a61bd48f5727eaae1d6f16e1328
Add route lifetime from Router Advertisement (#429)

Currently this is only for Linux and is fairly cosmetic as dhcpcd will
clean up expired routes itself as other OS's don't support route lifetimes.
src/common.c
src/common.h
src/if-linux.c
src/ipv6.c
src/route.h