summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pfopt5.ok
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2006-10-06 17:09:42 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2006-10-06 17:09:42 +0000
commit2e423df0b4c4ed89ddd1662e5dc992d9f695118e (patch)
tree2d83c9ff86ea57ca365a5d8335c2d67b690c9eb3 /regress/sbin/pfctl/pfopt5.ok
parentef822adaa3e227a2f075dc23611416bc535f6535 (diff)
Handle default 'flags S/SA keep state', 'no state' and 'flags any'.
Diffstat (limited to 'regress/sbin/pfctl/pfopt5.ok')
-rw-r--r--regress/sbin/pfctl/pfopt5.ok6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pfopt5.ok b/regress/sbin/pfctl/pfopt5.ok
index b6f3bcc8848..4542c620149 100644
--- a/regress/sbin/pfctl/pfopt5.ok
+++ b/regress/sbin/pfctl/pfopt5.ok
@@ -3,6 +3,6 @@ set limit states 100
set block-policy drop
set require-order yes
scrub in all fragment reassemble
-pass out on lo0 proto tcp from any to any port = ssh keep state queue(pri-med, pri-high)
-pass out on lo0 proto tcp from any to any port = www keep state queue pri-med
-pass in on lo0 proto tcp from any to any port = www keep state queue pri-low
+pass out on lo0 proto tcp from any to any port = ssh flags S/SA keep state queue(pri-med, pri-high)
+pass out on lo0 proto tcp from any to any port = www flags S/SA keep state queue pri-med
+pass in on lo0 proto tcp from any to any port = www flags S/SA keep state queue pri-low