https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291318

--- Comment #2 from Wes Morgan <[email protected]> ---
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.

Reply via email to