CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2011/08/08 07:04:35
Modified files: sys/netinet6 : in6.c Log message: If two carp interfaces on the same physical interface had addresses with the same prefix, neighbor discovery did not work. When comparing two carp interfaces in in6_ifpprefix(), assume they share the prefix if they have the same parent. sure deraadt@