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, May 4, 6:37 PM
Unknown Object (File)
Mon, Apr 29, 5:34 PM
Unknown Object (File)
Fri, Apr 26, 12:00 AM
Unknown Object (File)
Thu, Apr 25, 11:52 PM
Unknown Object (File)
Thu, Apr 25, 11:51 PM
Unknown Object (File)
Thu, Apr 25, 1:54 PM
Unknown Object (File)
Sun, Apr 21, 7:20 PM
Unknown Object (File)
Sat, Apr 20, 6:19 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.