diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2009-04-06 12:41:49 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2009-04-06 12:41:49 +0000 |
commit | f36a57c2cc6310d30c67e28509466b19a73ce650 (patch) | |
tree | 3f1234d7a47d0a2a4915fb47c5caf42846513a4b /regress/sbin/pfctl/pf48.ok | |
parent | 1110b8ae27a4a767311f4a0b03d1ef119a940f50 (diff) |
scrub gone
Diffstat (limited to 'regress/sbin/pfctl/pf48.ok')
-rw-r--r-- | regress/sbin/pfctl/pf48.ok | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pf48.ok b/regress/sbin/pfctl/pf48.ok index e38f19bc2a3..9c864f2a627 100644 --- a/regress/sbin/pfctl/pf48.ok +++ b/regress/sbin/pfctl/pf48.ok @@ -1,14 +1,14 @@ table <regress> { 1.2.3.4 !5.6.7.8 10.0.0.0/8 127.0.0.1 ::1 fe80::1 } table <regress.1> const { ::1 fe80::/64 } table <regress.a> const { 1.2.3.4 !5.6.7.8 ::1 ::2 ::3 } file "/dev/null" { 4.3.2.1 } -scrub in from <regress.1> to any fragment reassemble -scrub in from ! <regress.2> to any fragment reassemble -scrub out from any to ! <regress.1> fragment reassemble -scrub out from any to <regress.2> fragment reassemble nat on lo0 inet from <regress.1> to <regress.2> -> 127.0.0.1 nat on ! lo0 inet from ! <regress.1> to <regress.2> -> 127.0.0.1 rdr on lo0 inet from <regress.1> to <regress.2> -> 127.0.0.1 rdr on ! lo0 inet from ! <regress.1> to <regress.2> -> 127.0.0.1 +match in from <regress.1> to any +match in from ! <regress.2> to any +match out from any to ! <regress.1> +match out from any to <regress.2> pass in from <regress> to any flags S/SA keep state pass out from any to <regress> flags S/SA keep state pass in from <regress.1> to any flags S/SA keep state |