diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-14 22:46:35 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-14 22:46:35 +0000 |
commit | ee694816d213c8601102c1ff52604460a30a1fa0 (patch) | |
tree | dfc9d7efc87bb68f5cfa6b6aad613eb9b382402e /regress/sbin/pfctl/pf71.ok | |
parent | 483e6e01fe64048c4c1497a9807351cb2ffb639b (diff) |
test tagging on rdr
Diffstat (limited to 'regress/sbin/pfctl/pf71.ok')
-rw-r--r-- | regress/sbin/pfctl/pf71.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf71.ok b/regress/sbin/pfctl/pf71.ok new file mode 100644 index 00000000000..e561e72e282 --- /dev/null +++ b/regress/sbin/pfctl/pf71.ok @@ -0,0 +1,3 @@ +no rdr on lo0 inet from 10.0.1.0/24 to any tag regress +rdr on lo0 inet proto tcp from 10.0.0.0/8 to any port = www -> 127.0.0.1 +block drop out on lo0 all tagged regress |