Page MenuHomeFreeBSD

Use interface fib instead of RT_DEFAULT_FIB in nd6_ns_output().
Needs ReviewPublic

Authored by melifaro on Apr 5 2021, 7:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 25, 5:01 PM
Unknown Object (File)
Tue, May 13, 12:21 AM
Unknown Object (File)
Apr 15 2025, 8:45 PM
Unknown Object (File)
Mar 14 2025, 11:26 PM
Unknown Object (File)
Mar 8 2025, 6:25 AM
Unknown Object (File)
Mar 5 2025, 8:15 AM
Unknown Object (File)
Mar 5 2025, 3:49 AM
Unknown Object (File)
Feb 28 2025, 10:49 AM

Details

Reviewers
hrs
bz
Group Reviewers
network
Summary

IPv6 ND is specific to the interface, so use the interface fib instead of the default one.

This is a follow-up of D1998 and addresses kern/240969.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38703
Build 35592: arc lint + arc unit

Event Timeline

melifaro retitled this revision from Use interface fib in nd6_ns_output(). to Use interface fib instead of RT_DEFAULT_FIB in nd6_ns_output()..Apr 5 2021, 7:32 PM
melifaro edited the summary of this revision. (Show Details)
melifaro added reviewers: hrs, bz, network.
donner added inline comments.
sys/netinet6/nd6_nbr.c
1101

How about this one?

melifaro edited the summary of this revision. (Show Details)

Update to be consistent with nd6_na_output_fib().

sys/netinet6/nd6_nbr.c
1101

Not used anywhere.

zlei added inline comments.
sys/netinet6/nd6_nbr.c
1101

sys/netinet/ip_carp.c is using nd6_na_output, is carp affected?