]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Linux: Validate RTM_DELADDR/RTM_NEWADDR messages for IPv6
authorRoy Marples <roy@marples.name>
Tue, 22 Oct 2019 11:39:56 +0000 (12:39 +0100)
committerRoy Marples <roy@marples.name>
Tue, 22 Oct 2019 11:39:56 +0000 (12:39 +0100)
commitb2b6541fe9c067de1f21f0669c4e47cf3c163024
tree318f853dc69cb7b01e0f8b4b85e00ce88b527bbf
parent91792b015b249d0a3e229c3b56586c378cf9fe90
Linux: Validate RTM_DELADDR/RTM_NEWADDR messages for IPv6

To ensure that if messages lag, they can be ignored.
How to do similar without a heavy getifaddrs call for IPv4?
src/if-linux.c