On 04/03/15(Wed) 03:59, Martin Pieuchot wrote: > CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org 2015/03/04 03:59:52 > > Modified files: > sys/netinet : ip_carp.c > > Log message: > Explicitly fallback to a carp IP address if the parent does not have any > configured IP address when sending AD. > > Previously ip_output() was doing this magic for us and ip6_output() was > failing, making it impossible to send AD if the parent did not have an > IPv6 address. > > Fix a regression found the hardway by benno@ introduced by the move to > NOINET6 by default. > > ok benno@, phessler@
and ok henning@