Page MenuHomeFreeBSD

nd6: properly fill CARP link level address for NS sent out
ClosedPublic

Authored by glebius on Jan 12 2022, 3:36 AM.
Tags
None
Referenced Files
F103434026: D33858.diff
Sun, Nov 24, 11:45 PM
Unknown Object (File)
Thu, Nov 14, 3:03 AM
Unknown Object (File)
Sun, Nov 3, 12:14 AM
Unknown Object (File)
Oct 9 2024, 11:34 AM
Unknown Object (File)
Oct 9 2024, 4:26 AM
Unknown Object (File)
Sep 27 2024, 2:03 PM
Unknown Object (File)
Sep 19 2024, 1:37 PM
Unknown Object (File)
Sep 19 2024, 4:25 AM
Subscribers

Details

Summary

When sending an NS, check if we are using a CARP address and
if we do, then add proper address into ND_OPT_SOURCE_LINKADDR
option and also put PACKET_TAG_CARP tag on the packet. The
code really follows what NA sending code has been doing since
introduction of carp(4). While here, bring to style(9) the
whole block of code.

PR: 193280

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable