https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291318
Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kristof Provost <[email protected]> --- 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.
