diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-06 17:09:42 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-06 17:09:42 +0000 |
commit | 2e423df0b4c4ed89ddd1662e5dc992d9f695118e (patch) | |
tree | 2d83c9ff86ea57ca365a5d8335c2d67b690c9eb3 /regress/sbin/pfctl/pf40.in | |
parent | ef822adaa3e227a2f075dc23611416bc535f6535 (diff) |
Handle default 'flags S/SA keep state', 'no state' and 'flags any'.
Diffstat (limited to 'regress/sbin/pfctl/pf40.in')
-rw-r--r-- | regress/sbin/pfctl/pf40.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf40.in b/regress/sbin/pfctl/pf40.in index 3a621aee443..0bd6ef907bc 100644 --- a/regress/sbin/pfctl/pf40.in +++ b/regress/sbin/pfctl/pf40.in @@ -8,9 +8,9 @@ block block return block return-rst proto tcp pass -pass in -pass out -pass all +pass in no state +pass out no state +pass all no state block in all block out all block from any to any |