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/pf34.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/pf34.ok')
-rw-r--r-- | regress/sbin/pfctl/pf34.ok | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf34.ok b/regress/sbin/pfctl/pf34.ok index a91f1ae50d2..766ddc9512b 100644 --- a/regress/sbin/pfctl/pf34.ok +++ b/regress/sbin/pfctl/pf34.ok @@ -1,5 +1,5 @@ -pass in inet from any to 127.0.0.1 flags S/SA keep state -pass in inet6 from any to 2000::1 flags S/SA keep state -pass in all flags S/SA keep state probability 50% -pass in all flags S/SA keep state probability 50% -pass in inet6 proto tcp from ::1 to any flags S/SA keep state probability 0.8% +pass in inet from any to 127.0.0.1 flags S/SA +pass in inet6 from any to 2000::1 flags S/SA +pass in all flags S/SA probability 50% +pass in all flags S/SA probability 50% +pass in inet6 proto tcp from ::1 to any flags S/SA probability 0.8% |