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)
Sat, Oct 11, 4:05 PM
Unknown Object (File)
Sun, Sep 28, 7:38 PM
Unknown Object (File)
Mon, Sep 22, 12:30 AM
Unknown Object (File)
Sep 13 2025, 4:23 PM
Unknown Object (File)
Sep 13 2025, 1:35 AM
Unknown Object (File)
Sep 4 2025, 2:12 PM
Unknown Object (File)
Aug 16 2025, 9:40 PM
Unknown Object (File)
Aug 9 2025, 7:37 PM

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?