diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2004-09-21 16:59:50 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2004-09-21 16:59:50 +0000 |
commit | c9e55bb99549e8c5c150ac3c6a2a8ca2ef8e4906 (patch) | |
tree | f3c7107e69af046748085629922d6d8b51fb5a2d /regress/sbin/pfctl/pf68.in | |
parent | 1b1b7e0ae965714670e0dda240c73d1e215242ce (diff) |
Basic tests for new "no scrub" functionality.
Diffstat (limited to 'regress/sbin/pfctl/pf68.in')
-rw-r--r-- | regress/sbin/pfctl/pf68.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf68.in b/regress/sbin/pfctl/pf68.in index 273a91cb917..8b440b4264d 100644 --- a/regress/sbin/pfctl/pf68.in +++ b/regress/sbin/pfctl/pf68.in @@ -1,3 +1,4 @@ +no scrub on lo0 inet proto tcp from 192.168.1.1 port 1024 to any port 80 scrub proto tcp scrub proto tcp all scrub proto tcp from any to any |