Inform user land when vltime / pltime changes.
authorflorian <florian@openbsd.org>
Tue, 21 May 2024 15:12:25 +0000 (15:12 +0000)
committerflorian <florian@openbsd.org>
Tue, 21 May 2024 15:12:25 +0000 (15:12 +0000)
commit6859a790d2a42c75c91ed09f7e624578bf78b567
tree83dd2f9fbd0ca97f01fa77e986a0a2ce87353056
parentfb54a5a49ec9bbbbf56febc00c9729e3836384c8
Inform user land when vltime / pltime changes.

Do not send a RTM_CHGADDRATTR route message when the address is
tentative because we will send one when DAD finishes.

To be used by rad(8) shortly.

OK bluhm
sys/netinet6/in6.c