CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2018/04/24 04:46:25
Modified files: sys/netinet6 : in6.c Log message: Run duplicate address detection again if an existing address gets updated from userland that was marked duplicated or tentative. Otherwise we would just lose the duplicated / tentative state and assume that the address is now unique and usable. OK kn