xref: /freebsd/sbin/pfctl/tests/files/pf0005.in (revision 5ca8e32633c4ffbbcd6762e5888b6a4ba0708c6c)
1foo = "ssh, ftp"
2bar = "other thing"
3inside="10.0.0.0/8"
4
5block in proto udp from $inside port { echo, $foo, ident } \
6	to 12.34.56.78 port { 6667, 0x10 }
7