diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2010-01-13 01:08:39 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2010-01-13 01:08:39 +0000 |
commit | 2f17d2df17906b77d35a6d5ade55d5a7332bc26c (patch) | |
tree | 692d7385b1b283d27123e55366c5a23ac032d21a /regress/sbin/pfctl/pf70.ok | |
parent | 7adbaa37b8327f6a827e97f3eee3aa4c7af62d8a (diff) |
Update regress output files to -current behaviour
- non-pool translation/routing specification
- leftover bits from nat-to/rdr-to/binat-to
Diffstat (limited to 'regress/sbin/pfctl/pf70.ok')
-rw-r--r-- | regress/sbin/pfctl/pf70.ok | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf70.ok b/regress/sbin/pfctl/pf70.ok index 88b41edee86..cf79485b40c 100644 --- a/regress/sbin/pfctl/pf70.ok +++ b/regress/sbin/pfctl/pf70.ok @@ -1,3 +1,2 @@ -no nat on lo0 inet from 10.0.1.0/24 to any tag regress -nat on lo0 inet from 10.0.0.0/8 to any -> 127.0.0.1 +match out on lo0 inet from 10.0.0.0/8 to any nat-to 127.0.0.1 block drop out on lo0 all tagged regress |