CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/25 10:12:16
Modified files:
sys/netinet6 : nd6_rtr.c
Log message:
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@
