diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-07-29 20:28:35 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-07-29 20:28:35 +0000 |
commit | 53593b8c8e36b38cb706b79fa887ea04005cd315 (patch) | |
tree | b3d4a34251d84c4ab010aa26fa3ce8618e398ead /regress/sbin/pfctl/pfopt5.ok | |
parent | b86fd036e8341bc573bb9d853ff0a0699a0f4dbf (diff) |
Big Sync
Diffstat (limited to 'regress/sbin/pfctl/pfopt5.ok')
-rw-r--r-- | regress/sbin/pfctl/pfopt5.ok | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pfopt5.ok b/regress/sbin/pfctl/pfopt5.ok index 05342d08ca3..282f63861c8 100644 --- a/regress/sbin/pfctl/pfopt5.ok +++ b/regress/sbin/pfctl/pfopt5.ok @@ -1,7 +1,7 @@ ext_if = "lo0" set block-policy drop set require-order yes -scrub in all fragment reassemble -pass out on lo0 proto tcp from any to any port = ssh keep state queue(pri-med, pri-high) -pass out on lo0 proto tcp from any to any port = www keep state queue pri-med -pass in on lo0 proto tcp from any to any port = www keep state queue pri-low +scrub in all fragment reassemble +pass out on lo0 proto tcp from any to any port = ssh keep state queue(pri-med, pri-high) +pass out on lo0 proto tcp from any to any port = www keep state queue pri-med +pass in on lo0 proto tcp from any to any port = www keep state queue pri-low |