https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262828

--- Comment #18 from Andrey V. Elsukov <a...@freebsd.org> ---
(In reply to Ivan Rozhuk from comment #16)

>And what about IPv6 NA announcements?

ND6 code already uses CARP mac address by default. IPv6 NA and NS use similar
code:
```
  if (ifp->if_carp)
     mac = (*carp_macmatch6_p)(ifp, m, taddr6);
  if (mac == NULL)
     mac = nd6_ifptomac(ifp); 
```

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to