[Bug 272455] pf(4) manpage lists wrong definition for pfi_kif
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272455] pf(4) manpage lists wrong definition for pfi_kif"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jul 2023 22:09:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272455 --- Comment #3 from alex@inferiorhumanorgans.com --- Ah thanks, I've not seen libpfctl. I'm working in not-C so it's about as much work (perhaps less since memory management is simplified) to shim the ioctl as it is the library. I suppose that largely ignores the changes coming down the pike in -CURRENT but given that the project (interactive pf shell) is just a bit of a distraction from a distraction from an attempt at shaking off some coding cobwebs I'm not so concerned with future compatibility. Insofar as poking at the ioctl interface directly goes the biggest ergonomic issue that I've run into is that some things can be easily molded into an iterator pattern, and some things (e.g. DIOCIGETIFACES) can't. -- You are receiving this mail because: You are on the CC list for the bug.