Page MenuHomeFreeBSD

Refactor fib4/fib6 functions.
ClosedPublic

Authored by melifaro on Nov 28 2020, 4:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 4:18 PM
Unknown Object (File)
Sun, Oct 12, 9:05 AM
Unknown Object (File)
Tue, Oct 7, 12:20 AM
Unknown Object (File)
Mon, Oct 6, 8:13 PM
Unknown Object (File)
Fri, Oct 3, 2:26 AM
Unknown Object (File)
Wed, Oct 1, 9:12 PM
Unknown Object (File)
Wed, Oct 1, 7:52 PM
Unknown Object (File)
Thu, Sep 25, 4:42 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.