CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/07/01 13:37:07

Modified files:
        sys/netinet6   : in6_ifattach.c 

Log message:
When a carp interface is created with IFXF_NOINET6 flag, no link-local
address will be created when the vhid (and MAC) is set.  Depending on
the order of the configuration the interface can end up with a ipv6
address, but no v6 link-local and no working neigbor discovery.

Removing this case statement will result in the link-local address
being configured by "ifconfig up" if the inet6 address was configured
before. If you are using inet6 on carp, put an "up" at the end of your
hostname.if. I will work on a better solution at g2k14.

ok henning, mpi

Reply via email to