xref: /openbsd/regress/sbin/pfctl/pf5.in (revision 44d09543)
1b2e30967Sderaadtfoo = "ssh, ftp"
2b2e30967Sderaadtbar = "other thing"
3b2e30967Sderaadtinside="10.0.0.0/8"
4b2e30967Sderaadt
5b2e30967Sderaadtblock in proto udp from $inside port { echo, $foo, ident } \
6*44d09543Shenning	to 12.34.56.78 port { 6667, 0x10 }
7