diff options
Diffstat (limited to 'regress/sbin/pfctl/pf5.in')
-rw-r--r-- | regress/sbin/pfctl/pf5.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf5.in b/regress/sbin/pfctl/pf5.in new file mode 100644 index 00000000000..0122763ffdf --- /dev/null +++ b/regress/sbin/pfctl/pf5.in @@ -0,0 +1,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 } keep state |