xref: /openbsd/regress/sbin/pfctl/pfail30.in (revision 404b540a)
1# invalid binat stuff
2match on lo0 from (lo0) to (lo1000000) binat-to (lo0)
3match on lo0 from (lo0) to no-route binat-to (lo1000000)
4match on lo0 from no-route to any binat-to 1.1.1.1
5match on lo0 from !1.1.1.1 to any binat-to 1.1.1.1
6match on lo0 from !(lo0) to any binat-to 1.1.1.1
7match on lo0 from 1.1.1.1 to any binat-to no-route
8match on lo0 from 1.1.1.1 to any binat-to !3.3.3.3
9match on lo0 from 1.1.1.1 to any binat-to !(lo1000000)
10#match on { lo0 lo1000000 } from 1.1.1.1 to any binat-to 2.2.2.2
11match on lo0 from { 1.1.1.1 2.2.2.2 } to any binat-to 3.3.3.3
12match on lo0 from 1.1.1.1 to { 2.2.2.2 3.3.3.3 } binat-to 4.4.4.4
13match on lo0 from 1.1.1.1 to any binat-to { 1.1.1.1 2.2.2.2 }
14match on lo0 from ::1 to any binat-to 1.2.3.4
15match on lo0 from 1.1.1.1 to ::1 binat-to 1.2.3.4
16match on lo0 from 1.1.1.1 to any binat-to ::1
17match on lo0 inet from ::1 to any binat-to ::2
18match on lo0 inet6 from 1.2.3.4 to any binat-to 4.3.2.1
19