diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2011-07-08 06:17:59 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2011-07-08 06:17:59 +0000 |
commit | 1da768258e525e8eb2ba9fc2fb7acd2f6f6c4629 (patch) | |
tree | 7749cbcc445947d906286364bce2b66cede6e2db /regress/sbin/pfctl/pf25.ok | |
parent | 5e006c78b08ceb835fdb47a2419e2cfe0fcd9490 (diff) |
Update regress tests for the following changes:
- if_addr RB_TREE (Address sort differently on an interface)
- skip steps changes
- RDOMAIN
- reordering of address/port tests
- fastroute is gone
- keep state is no longer printed by default
- lo0 now has link-local scope address in addition to ::1
Diffstat (limited to 'regress/sbin/pfctl/pf25.ok')
-rw-r--r-- | regress/sbin/pfctl/pf25.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf25.ok b/regress/sbin/pfctl/pf25.ok index 17cb83ec1bf..f4fc7766dc0 100644 --- a/regress/sbin/pfctl/pf25.ok +++ b/regress/sbin/pfctl/pf25.ok @@ -1,5 +1,5 @@ -block drop in on ! lo0 inet from 127.0.0.0/8 to any block drop in on ! lo0 inet6 from ::1 to any +block drop in on ! lo0 inet from 127.0.0.0/8 to any block drop in log quick on ! lo0 inet from 127.0.0.0/8 to any block drop in on ! lo0 from (lo0:network) to any block drop in log quick on ! lo0 inet from (lo0:network) to any |