Page MenuHomeFreeBSD

Refactor fib4/fib6 functions.
ClosedPublic

Authored by melifaro on Nov 28 2020, 4:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 27, 1:37 PM
Unknown Object (File)
Wed, Jun 24, 3:37 AM
Unknown Object (File)
Sun, Jun 21, 2:44 PM
Unknown Object (File)
Thu, Jun 18, 3:14 AM
Unknown Object (File)
Sat, Jun 13, 6:14 AM
Unknown Object (File)
May 20 2026, 4:41 AM
Unknown Object (File)
May 17 2026, 8:35 AM
Unknown Object (File)
May 15 2026, 5:50 AM
Subscribers

Details

Reviewers
None
Group Reviewers
network
Commits
rS368147: Refactor fib4/fib6 functions.
Summary
  • Make lookup path of fib<4|6>_lookup_debugnet() separate functions (fib<46>_lookup_rt()). These will be used in the control plane code requiring unlocked radix operations and actual prefix pointer.
  • Make lookup part of fib<4|6>_check_urpf() separate function. This will be used after algorithmic lookups introduction, by simplifying the switch to alternative lookup implementations.
  • While here, use static initializers for IPv4/IPv6 keys

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Add forgotten NHR_UNLOCKED.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 29 2020, 1:42 PM
This revision was automatically updated to reflect the committed changes.