Introduce RTM_CHGADDRATTR to inform userland on the route socket when
authorflorian <florian@openbsd.org>
Thu, 12 Jul 2018 16:07:35 +0000 (16:07 +0000)
committerflorian <florian@openbsd.org>
Thu, 12 Jul 2018 16:07:35 +0000 (16:07 +0000)
commit9de9537b3a033015457e1f073477c4dde54974b7
treea4848684cf52fd1a2178237b703e5a25fb361f18
parent7ced204ee2fdf209a5f0c84ecd143e75b272f616
Introduce RTM_CHGADDRATTR to inform userland on the route socket when
an attribute of an address is changed.
For now it's used when IPv6 duplicate address detection finishes.

With this slaacd(8) can find out if a configured address is not
duplicated without the need to poll.

OK phessler, benno, claudio
sys/net/route.h
sys/netinet6/nd6_nbr.c