]> 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)
commit99341a5cebe8db22a67cf0de503575ae5fb3ae62
tree318f853dc69cb7b01e0f8b4b85e00ce88b527bbf
parent73e19e9886f1e2493d049327a5c853cd975d5a7d
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