xref: /openbsd/regress/sbin/pfctl/pf91.in (revision f07873c0)
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