]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/pfctl/tests/files/pf0048.in
MFV r330102: ntp 4.2.8p11
[FreeBSD/FreeBSD.git] / sbin / pfctl / tests / files / pf0048.in
1 table < regress > { 1.2.3.4 !5.6.7.8 10/8 lo0 }
2 table <regress.1> const { ::1 fe80::/64 }
3 table <regress.a> { 1.2.3.4 !5.6.7.8 } { ::1 ::2 ::3 } file "/dev/null" const { 4.3.2.1 }
4 #match out on lo0 inet from < regress.1> to <regress.2> nat-to lo0:0
5 #match out on !lo0 inet from !<regress.1 > to <regress.2> nat-to lo0:0
6 #match in on lo0 inet6 from <regress.1> to <regress.2> rdr-to lo0:0
7 #match in on !lo0 inet6 from !< regress.1 > to <regress.2> rdr-to lo0:0
8 #match in from { <regress.1> !<regress.2> } to any
9 #match out from any to { !<regress.1>, <regress.2> }
10 pass in from <regress> to any
11 pass out from any to <regress >
12 pass in from { <regress.1> <regress.2> } to any
13 pass out from any to { !<regress.1>, !<regress.2> }