xref: /freebsd/sbin/pfctl/tests/files/pf0091.in (revision 6be3386466ab79a84b48429ae66244f21526d3df)
1# basic anchor test
2anchor on tun1000000 {
3	anchor foo out {
4		pass proto tcp to port 1234
5		anchor proto tcp to port 2413 user root label "foo" {
6			block
7			pass from 127.0.0.1
8		}
9	}
10	pass in proto tcp to port 1234
11}
12