summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf5.in
blob: 6ad7040c2ed17c1eb9c5a463eeb4461758efb93f (plain)
1
2
3
4
5
6
foo = "ssh, ftp"
bar = "other thing"
inside="10.0.0.0/8"

block in proto udp from $inside port { echo, $foo, ident } \
	to 12.34.56.78 port { 6667, 0x10 }