Page MenuHomeFreeBSD

pf: Move nvlist conversion functions to pf_nv
ClosedPublic

Authored by kp on May 20 2021, 3:04 PM.
Tags
None
Referenced Files
F95819076: D30359.diff
Sun, Sep 22, 6:45 PM
Unknown Object (File)
Sat, Sep 21, 11:08 AM
Unknown Object (File)
Sat, Sep 21, 5:22 AM
Unknown Object (File)
Mon, Sep 9, 12:07 AM
Unknown Object (File)
Fri, Sep 6, 5:54 PM
Unknown Object (File)
Aug 14 2024, 5:39 PM
Unknown Object (File)
Jul 10 2024, 11:52 PM
Unknown Object (File)
Jul 6 2024, 10:08 PM

Details

Summary

Separate the conversion functions (between kernel structs and nvlists)
to pf_nv. This reduces the size of pf_ioctl.c, which is already quite
large and complex, a good bit. It also keeps all the fairly
straightforward conversion code together.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable