diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-15 13:37:12 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-15 13:37:12 +0000 |
commit | c04d90fb1640f01e04be8769993e2b22d716d1ac (patch) | |
tree | da77fa147af4bd986aa5214d47b125709361da72 /regress/sbin/pfctl/pf5.in | |
parent | ea00a7e233b147b4c12055547eb876df90b6f6bb (diff) |
o don't use keep state on block rules
o don't use return-rst on not-tcp rules
Diffstat (limited to 'regress/sbin/pfctl/pf5.in')
-rw-r--r-- | regress/sbin/pfctl/pf5.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf5.in b/regress/sbin/pfctl/pf5.in index 0122763ffdf..6ad7040c2ed 100644 --- a/regress/sbin/pfctl/pf5.in +++ b/regress/sbin/pfctl/pf5.in @@ -3,4 +3,4 @@ bar = "other thing" inside="10.0.0.0/8" block in proto udp from $inside port { echo, $foo, ident } \ - to 12.34.56.78 port { 6667, 0x10 } keep state + to 12.34.56.78 port { 6667, 0x10 } |