CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/08/08 07:09:36
Modified files: sys/netinet6 : in6.c Log message: Execute address hooks in the update case. This matches what IPv4 is doing and unbreak carp(4) when the same address is set twice, for example when running netstart(8) multiple times. Issue reported by and fix from Simon Mages.