CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/01/08 03:55:45
Modified files: sys/netinet : ip_carp.c Log message: Do not unconditionally set a link-local address. carp(4) has a hack to update its Ethernet address which was also generating the corresponding IPv6 link-local address. Since the removal of the NOINET6 flag, this link-local address was generated even if no IPv6 address has been configured on the interface. This unbreak carp setup without v6 addresses, found the hard way by sebastia@. ok sebastia@, benno@, stsp@, @phessler