[Bug 262828] [carp] CARP arp replays with wrong src mac
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Oct 2024 08:44:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262828
--- Comment #18 from Andrey V. Elsukov <ae@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.