diff options
Diffstat (limited to 'regress/sbin/pfctl/pf17.in')
-rw-r--r-- | regress/sbin/pfctl/pf17.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/regress/sbin/pfctl/pf17.in b/regress/sbin/pfctl/pf17.in index 39ad77af803..d776ddbb2f5 100644 --- a/regress/sbin/pfctl/pf17.in +++ b/regress/sbin/pfctl/pf17.in @@ -17,22 +17,22 @@ binat on lo0 from 192.168.2.0/30 to 192.168.3.1 -> 10.0.3.0/30 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 -> (lo1000000) -binat on lo0 inet from (lo0) to (lo1000000) -> (lo1000000) +binat on lo0 from (lo0:0) to 1.1.1.1 -> 2.2.2.2 +binat on lo0 from (lo0:0) to 1.1.1.1 -> (lo1000000:0) +binat on lo0 inet from (lo0:0) to (lo1000000:0) -> (lo1000000:0) 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 (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.1.1.1 to (lo1000000:0) -> 2.2.2.2 +binat on lo0 from 1.1.1.1 to !(lo1000000:0) -> 2.2.2.2 +binat on lo0 from (lo0:0) 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 -> (lo1000000) -binat on lo0 inet6 from (lo0) to (lo1000000) -> (lo1000000) +binat on lo0 from (lo0:0) to ::1 -> ::2 +binat on lo0 from (lo0:0) to ::1 -> (lo1000000:0) +binat on lo0 inet6 from (lo0:0) to (lo1000000:0) -> (lo1000000:0) binat on lo0 from ::1 to <sometable> -> ::2 binat on lo0 from ::1 to !<sometable> -> ::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 +binat on lo0 from ::1 to (lo1000000:0) -> ::2 +binat on lo0 from ::1 to !(lo1000000:0) -> ::2 +binat on lo0 from (lo0:0) to <sometable> -> ::2 |