diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-17 08:15:33 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-17 08:15:33 +0000 |
commit | 87640c8df87097f2cfe0df08e78ca1582aaed444 (patch) | |
tree | 07752028b49f54db183e7e2e8e73225d4006bb21 /regress/sbin/pfctl/pf40.ok | |
parent | 9fe206b6ccc4fb7688e3520cd04f12f5aa4bf6fb (diff) |
'flags S/SA' not implicit if the rule is stateless.
Diffstat (limited to 'regress/sbin/pfctl/pf40.ok')
-rw-r--r-- | regress/sbin/pfctl/pf40.ok | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf40.ok b/regress/sbin/pfctl/pf40.ok index 114b7c8ee24..104b81e2a4c 100644 --- a/regress/sbin/pfctl/pf40.ok +++ b/regress/sbin/pfctl/pf40.ok @@ -8,9 +8,9 @@ block drop all block return all block return-rst proto tcp all pass all flags S/SA keep state -pass in all flags S/SA no state -pass out all flags S/SA no state -pass all flags S/SA no state +pass in all no state +pass out all no state +pass all no state block drop in all block drop out all block drop all |