Remove a check to expire received prefix.
authormpi <mpi@openbsd.org>
Thu, 25 Aug 2016 16:12:16 +0000 (16:12 +0000)
committermpi <mpi@openbsd.org>
Thu, 25 Aug 2016 16:12:16 +0000 (16:12 +0000)
commite6fa9c2da22dc4e870ead775faddcdfa6eb18541
treeda9fd92233a8fbfdae042b8928e23f1419a5a30b
parent475af40dc9be28a90c26ad842104c90459fe2e3b
Remove a check to expire received prefix.

This check does not make sense since November 2000 when IPv6 autoconf
address deletion has been made independent from prefix lifetimes.

Fix a case when a route was added to the table but the corresponding
address was not, leaving v6 unusable.

Found the hardway by and ok sthen@
sys/netinet6/nd6_rtr.c