Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 08:44:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 262828] [carp] CARP arp replays with wrong src mac
Message-ID:  <bug-262828-7501-A7Fn0ry3AD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262828-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262828-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262828

--- 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 simil=
ar
code:
```
  if (ifp->if_carp)
     mac =3D (*carp_macmatch6_p)(ifp, m, taddr6);
  if (mac =3D=3D NULL)
     mac =3D nd6_ifptomac(ifp);=20
```

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262828-7501-A7Fn0ry3AD>