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