xref: /freebsd/sbin/pfctl/tests/files/pf0091.in (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
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