[Bug 262828] [carp] CARP arp replays with wrong src mac
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262828 --- Comment #18 from Andrey V. Elsukov <[email protected]> --- (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.