1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-16 07:28:25 +02:00
fwbuilder/test/pf/firewall110.conf.orig
Vadim Kurland 7de1edab4b see #1867 Since action Tag is non-terminating, rules with
this action should not shadow other rules.
2011-02-13 18:03:12 -08:00

25 lines
544 B
Plaintext

#
# Scrub rules
#
scrub in all fragment reassemble
# Policy compiler errors and warnings:
# firewall110:Policy:1: error: Rule '1 (global)' shadows rule '2 (global)' below it
#
# Rule 0 (global)
# see #1867 this rule is non-terminating and should not shadow next
pass inet from any to any tag tag2
#
# Rule 1 (global)
pass quick inet from any to any keep state queue ssh_q
#
# Rule 2 (global)
pass inet from any to any tag INTNET keep state
#
# Rule fallback rule
# fallback rule
block quick inet from any to any