[Bug 262828] [carp] CARP arp replays with wrong src mac

[email protected]
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.