Page MenuHomeFreeBSD

Match IPv6 neighbor routes when they are marked with RTF_CONNECTED.
AbandonedPublic

Authored by guyyur_gmail.com on May 12 2018, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 4:18 AM
Unknown Object (File)
Oct 10 2024, 7:17 AM
Unknown Object (File)
Oct 10 2024, 7:17 AM
Unknown Object (File)
Oct 10 2024, 6:45 AM
Unknown Object (File)
Oct 3 2024, 10:32 AM
Unknown Object (File)
Oct 2 2024, 3:16 PM
Unknown Object (File)
Oct 2 2024, 2:25 PM
Unknown Object (File)
Sep 30 2024, 10:20 PM

Details

Reviewers
None
Group Reviewers
network
Summary

Allows userland to add IPv6 routes without a matching prefix entry.

PR: 194485

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

melifaro added inline comments.
sys/netinet6/nd6.c
1376

We should check only relevant (e.g. ifp) fib here.