[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 14:09:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291318
--- Comment #2 from Wes Morgan <morganw@gmail.com> ---
Are you certain? The option was the "table" analog of the -R, -A, -O, etc
options that allow importing specific sections of a config file. In my specific
case, this lets me reload everything without flushing the state table, and it
does exactly this:
[root@volatile:~#]: pfctl -s Tables
[root@volatile:~#]: pfctl -T load -f /etc/pf.conf
usage: pfctl [-AdeghMmNnOPqRSrvz] [-a anchor] [-D macro=value] [-F modifier]
[-f file] [-i interface] [-K host | network]
[-k host | network | gateway | label | id] [-o level] [-p device]
[-s modifier] [-t table -T command [address ...]] [-x level]
[root@volatile:~#]: pfctl -t nosuchtable -T load -f /etc/pf.conf
[root@volatile:~#]: pfctl -s Tables
badguys
hostile
sshguard
[root@volatile:~#]:
--
You are receiving this mail because:
You are the assignee for the bug.