diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-20 19:58:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-20 19:58:53 +0000 |
commit | b18cee7c445c49b7c680b9b1ad4ac2acde4f7bde (patch) | |
tree | 325ee7d5cc0ce54dcf7c05423b0dfb575cb5bef0 /regress/sbin | |
parent | dbb72f7edfd84feb943c7245768728bb4b363416 (diff) |
two more from henning
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pfail8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pfail8.in b/regress/sbin/pfctl/pfail8.in index f081caaa864..469e77b5f31 100644 --- a/regress/sbin/pfctl/pfail8.in +++ b/regress/sbin/pfctl/pfail8.in @@ -1,3 +1,3 @@ -block in quick on tun0 dup-to tun1:fec0::1 from any to 192.168.1.0/24 -block in quick on tun0 dup-to tun1:192.168.1.1 from any to fec0::1/128 +block in quick on tun0 dup-to (tun1 fec0::1) from any to 192.168.1.0/24 +block in quick on tun0 dup-to (tun1 192.168.1.1) from any to fec0::1/128 |