[Bug 291318] "pfctl -T load" does not work properly
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291318] "pfctl -T load" does not work properly"
- Reply: 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 06:26:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291318
Bug ID: 291318
Summary: "pfctl -T load" does not work properly
Product: Base System
Version: 15.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: morganw@gmail.com
The commit base 945ba658d8036102729e3ae7809c56879bf1e259 broke the
functionality of the table command "load". It should simply tell PF to load
table rules from the specified file, however the commit requires the "-t <table
name>" argument to have been given, although this table is correctly ignored
later.
Without putting too much thought into it, perhaps the "((tblcmdopt == NULL) ^
(tableopt == NULL))" check should go after the following block instead of
before it.
--
You are receiving this mail because:
You are the assignee for the bug.