diff options
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 |