summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf17.in
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-05 16:55:41 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-05 16:55:41 +0000
commitfe7cac444b32dc6e0ed44848db8b342c9c76e77c (patch)
treec7ed4b93c4ff58043d38d63d02dba941a0eaab77 /regress/sbin/pfctl/pf17.in
parent62d05751e4964f63eea925974c38ec2bc7a05a97 (diff)
lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need for
regress purposes before starting and destroy them afterwards. lo1 -> lo1000000 tun0 -> tun1000000 tun1 -> tun1000001 ok markus@
Diffstat (limited to 'regress/sbin/pfctl/pf17.in')
-rw-r--r--regress/sbin/pfctl/pf17.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/regress/sbin/pfctl/pf17.in b/regress/sbin/pfctl/pf17.in
index c593d5f8b8e..39ad77af803 100644
--- a/regress/sbin/pfctl/pf17.in
+++ b/regress/sbin/pfctl/pf17.in
@@ -18,21 +18,21 @@ binat on lo0 from 192.168.1.8 to ! 172.17.0.0/16 -> 10.0.0.8
binat on lo0 from 1.1.1.1 to no-route -> 2.2.2.2
binat on lo0 from (lo0) to 1.1.1.1 -> 2.2.2.2
-binat on lo0 from (lo0) to 1.1.1.1 -> (lo1)
-binat on lo0 inet from (lo0) to (lo1) -> (lo1)
+binat on lo0 from (lo0) to 1.1.1.1 -> (lo1000000)
+binat on lo0 inet from (lo0) to (lo1000000) -> (lo1000000)
binat on lo0 from 1.1.1.1 to <sometable> -> 2.2.2.2
binat on lo0 from 1.1.1.1 to !<sometable> -> 2.2.2.2
-binat on lo0 from 1.1.1.1 to (lo1) -> 2.2.2.2
-binat on lo0 from 1.1.1.1 to !(lo1) -> 2.2.2.2
+binat on lo0 from 1.1.1.1 to (lo1000000) -> 2.2.2.2
+binat on lo0 from 1.1.1.1 to !(lo1000000) -> 2.2.2.2
binat on lo0 from (lo0) to <sometable> -> 2.2.2.2
binat on lo0 from ::1 to no-route -> ::2
binat on lo0 from (lo0) to ::1 -> ::2
-binat on lo0 from (lo0) to ::1 -> (lo1)
-binat on lo0 inet6 from (lo0) to (lo1) -> (lo1)
+binat on lo0 from (lo0) to ::1 -> (lo1000000)
+binat on lo0 inet6 from (lo0) to (lo1000000) -> (lo1000000)
binat on lo0 from ::1 to <sometable> -> ::2
binat on lo0 from ::1 to !<sometable> -> ::2
-binat on lo0 from ::1 to (lo1) -> ::2
-binat on lo0 from ::1 to !(lo1) -> ::2
+binat on lo0 from ::1 to (lo1000000) -> ::2
+binat on lo0 from ::1 to !(lo1000000) -> ::2
binat on lo0 from (lo0) to <sometable> -> ::2