[Bug 291318] "pfctl -T load" does not work properly
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Dec 2025 09:57:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291318
Kristof Provost <kp@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kp@freebsd.org
--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
I'm afraid that functionality seems to be a man-page remnant, perhaps from a
long-ago import.
This feature doesn't exist in OpenBSD's pf, and there's not actually code for
it in our pf either.
Commenting out the check for '-f <tablename>' doesn't actually make it work.
Or rather, it allows the '-f pf.conf' to do what it does, which is load the
entire ruleset, not just the table.
To phrase is differently: the 'regression' here is that we used to just ignore
the -t option in this case, and now we (correctly) error out over it.
The real bug is that 'load' is listed in the pfctl man page, and it shouldn't
be.
--
You are receiving this mail because:
You are the assignee for the bug.