xref: /freebsd/sbin/pfctl/tests/files/pf0048.ok (revision b670c9bafc0e31c7609969bf374b2e80bdc00211)
1table <regress> { 1.2.3.4 !5.6.7.8 10.0.0.0/8 ::1 fe80::1 127.0.0.1 }
2table <regress.1> const { ::1 fe80::/64 }
3table <regress.a> const { 1.2.3.4 !5.6.7.8 ::1 ::2 ::3 } file "/dev/null" { 4.3.2.1 }
4match out on lo0 inet from <regress.1> to <regress.2> nat-to 127.0.0.1
5match out on ! lo0 inet from ! <regress.1> to <regress.2> nat-to 127.0.0.1
6match in on lo0 inet6 from <regress.1> to <regress.2> rdr-to ::1
7match in on ! lo0 inet6 from ! <regress.1> to <regress.2> rdr-to ::1
8match in from <regress.1> to any
9match in from ! <regress.2> to any
10match out from any to ! <regress.1>
11match out from any to <regress.2>
12pass in from <regress> to any flags S/SA keep state
13pass out from any to <regress> flags S/SA keep state
14pass in from <regress.1> to any flags S/SA keep state
15pass in from <regress.2> to any flags S/SA keep state
16pass out from any to ! <regress.1> flags S/SA keep state
17pass out from any to ! <regress.2> flags S/SA keep state
18