xref: /freebsd/sbin/pfctl/tests/files/pf0048.in (revision 531c2d7af3cd2e64eec94aa1b19c4b2f16fce515)
1*4d7709ddSKristof Provosttable < regress > { 1.2.3.4 !5.6.7.8 10/8 lo0 }
2*4d7709ddSKristof Provosttable <regress.1> const { ::1 fe80::/64 }
3*4d7709ddSKristof Provosttable <regress.a> { 1.2.3.4 !5.6.7.8 } { ::1 ::2 ::3 } file "/dev/null" const { 4.3.2.1 }
4*4d7709ddSKristof Provost#match out on lo0 inet from < regress.1> to <regress.2> nat-to lo0:0
5*4d7709ddSKristof Provost#match out on !lo0 inet from !<regress.1 > to <regress.2> nat-to lo0:0
6*4d7709ddSKristof Provost#match in on lo0 inet6 from <regress.1> to <regress.2> rdr-to lo0:0
7*4d7709ddSKristof Provost#match in on !lo0 inet6 from !< regress.1 > to <regress.2> rdr-to lo0:0
8*4d7709ddSKristof Provost#match in from { <regress.1> !<regress.2> } to any
9*4d7709ddSKristof Provost#match out from any to { !<regress.1>, <regress.2> }
10*4d7709ddSKristof Provostpass in from <regress> to any
11*4d7709ddSKristof Provostpass out from any to <regress >
12*4d7709ddSKristof Provostpass in from { <regress.1> <regress.2> } to any
13*4d7709ddSKristof Provostpass out from any to { !<regress.1>, !<regress.2> }
14