Edit

IABSD.fr/src/sbin/pfctl

Branch :

  • Show log

    Commit

  • Author : sashan
    Date : 2024-01-15 07:23:32
    Hash : 3898e353
    Message : Currently 'pfctl -a "*" -sr' recursively walks anchor tree and shows rules found in every anchor. This commit introduces the same behavior for tables. Command 'pfctl -a "*" -sT' prints all tables attached to every anchor loaded to pf(4). Inconsistency has been noticed by Klemens (kn@). OK @bluhm, OK @kn