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/pf12.in | |
parent | ef822adaa3e227a2f075dc23611416bc535f6535 (diff) |
Handle default 'flags S/SA keep state', 'no state' and 'flags any'.
Diffstat (limited to 'regress/sbin/pfctl/pf12.in')
-rw-r--r-- | regress/sbin/pfctl/pf12.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf12.in b/regress/sbin/pfctl/pf12.in index 88088219f3d..15e4eae6af6 100644 --- a/regress/sbin/pfctl/pf12.in +++ b/regress/sbin/pfctl/pf12.in @@ -1,5 +1,5 @@ -pass in from 127.0.0.1 to 127.0.0.1/8 -pass in from 127.0.0.1/16 to 127.0.0.1/24 +pass in from 127.0.0.1 to 127.0.0.1/8 no state +pass in from 127.0.0.1/16 to 127.0.0.1/24 no state pass in from 127.0.0.1/25 to ! 127.0.0.1/26 pass in inet from ! localhost to localhost/16 pass in inet from ! lo0 to ! lo0/8 |