CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/01/27 03:34:27
Modified files: sys/netinet6 : in6.c Log message: Always call if_ioctl() for loopback interfaces, just like IPv4 do, to make sure the default MTU is set for every address configured on the ifp and not just the first one. Regress test breakage reported by daniel@