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/pf1.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/pf1.ok')
-rw-r--r-- | regress/sbin/pfctl/pf1.ok | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/regress/sbin/pfctl/pf1.ok b/regress/sbin/pfctl/pf1.ok index 10fb28bb33d..b8ced2dd03b 100644 --- a/regress/sbin/pfctl/pf1.ok +++ b/regress/sbin/pfctl/pf1.ok @@ -1,8 +1,8 @@ -pass in all flags S/SA keep state +pass in all flags S/SA pass in all no state -pass in proto tcp from any port <= 1024 to any flags S/SA keep state label "foo_bar" -pass in proto tcp from any to any port = smtp flags S/SA keep state -pass in inet proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3 port != ssh flags S/SA keep state -pass in inet proto igmp from 10.0.0.0/8 to 10.1.1.1 keep state allow-opts -pass in inet proto tcp from 1.2.3.4 to any flags S/SA keep state label "6:tcp:1.2.3.4::any:" -pass in inet proto tcp from 1.2.3.5 to any flags S/SA keep state label "7:tcp:1.2.3.5::any:" +pass in proto tcp from any port <= 1024 to any flags S/SA label "foo_bar" +pass in proto tcp from any to any port = smtp flags S/SA +pass in inet proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3 port != ssh flags S/SA +pass in inet proto igmp from 10.0.0.0/8 to 10.1.1.1 allow-opts +pass in inet proto tcp from 1.2.3.4 to any flags S/SA label "6:tcp:1.2.3.4::any:" +pass in inet proto tcp from 1.2.3.5 to any flags S/SA label "7:tcp:1.2.3.5::any:" |