diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-06 11:09:49 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-06 11:09:49 +0000 |
commit | e3218062cc5930091568933ca422390c9ac4621c (patch) | |
tree | 0cec11af43e1cc8a69950410dfba5cd00cb00be5 /regress/sbin/pfctl/pf9.ok | |
parent | 6e61cedfceab627bf63833ddb717e7289c2132a1 (diff) |
block -> block drop
Diffstat (limited to 'regress/sbin/pfctl/pf9.ok')
-rw-r--r-- | regress/sbin/pfctl/pf9.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf9.ok b/regress/sbin/pfctl/pf9.ok index 05be5804c6d..7e4c7f27352 100644 --- a/regress/sbin/pfctl/pf9.ok +++ b/regress/sbin/pfctl/pf9.ok @@ -1,3 +1,3 @@ interfaces = "{ enc0, tun0 }" -block in on enc0 all -block in on tun0 all +block drop in on enc0 all +block drop in on tun0 all |