CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/08 03:02:42
Modified files:
sys/netinet6 : nd6_rtr.c
Log message:
If the same address is offered via NA, update the existing ``ifa''
instead of creating a new one.
Having two addresses mean that the old, deprecated one, would be
selected instead of the new one. The issue could be triggered by
reducing the pltime/vltime values sent by a router advertisement
daemon.
Problem reported and fix tested by Jens Sauer on bugs@
