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: [email protected]
Reporter: [email protected]
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.