| Current Path : /usr/tests/sbin/pfctl/files/ |
| Current File : /usr/tests/sbin/pfctl/files/pf0091.in |
# basic anchor test
anchor on tun1000000 {
anchor foo out {
pass proto tcp to port 1234
anchor proto tcp to port 2413 user root label "foo" {
block
pass from 127.0.0.1
}
}
pass in proto tcp to port 1234
}