[Bug 256410] pf: Add pf_default_rules option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Jun 2021 11:49:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256410
--- Comment #23 from Thomas Steen Rasmussen / Tykling <thomas@gibfest.dk> ---
The rc.conf(5) manpage snippet above should also s/_default_/_fallback_/ and it
should be fine:
pf_fallback_rules_enable (bool) Set to "NO" by default. Setting this to
"YES" enables loading pf_fallback_rules_file or pf_fallback_rules in case of a
problem when loading the ruleset in pf_rules.
pf_fallback_rules_file (str) Path to a pf ruleset to load in case of
failure when loading the ruleset in pf_rules (default /etc/pf-fallback.conf).
pf_fallback_rules (str) A pf ruleset to load in case of failure when
loading the ruleset in pf_rules and pf_fallback_rules_file is not found.
Multiple rules can be seperated with \n (default "block drop log all").
/Thomas
--
You are receiving this mail because:
You are the assignee for the bug.