Page MenuHomeFreeBSD

Refactor fib4/fib6 functions.
ClosedPublic

Authored by melifaro on Nov 28 2020, 4:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 20, 12:49 AM
Unknown Object (File)
Sat, Jan 18, 10:15 PM
Unknown Object (File)
Sat, Jan 18, 10:06 PM
Unknown Object (File)
Sun, Jan 5, 7:42 AM
Unknown Object (File)
Wed, Jan 1, 9:52 PM
Unknown Object (File)
Wed, Dec 25, 6:26 AM
Unknown Object (File)
Dec 10 2024, 7:21 PM
Unknown Object (File)
Dec 3 2024, 3:40 PM
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.