CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/09/28 08:26:42
Modified files:
sys/netinet : ip_carp.c
Log message:
Remove a limitation that ignored IPv6 link-local addresses on carp(4).
This workaround was needed when the interface link-local address was
still enabled by default to prevent immediate state transition on
interfaces without any configured addresses. This is not needed
anymore and removing the limitation allows to use carp(4) with
addresses like fe80::2%carp0.
discussed with some
ok mpi@ pelikan@