summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf91.ok
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2006-11-07 01:14:18 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2006-11-07 01:14:18 +0000
commitc786ea862404c5d8409f303a1bb552031b0ffbb1 (patch)
treed762ee08b7e89a864fa4120995f25a966e946c8d /regress/sbin/pfctl/pf91.ok
parent34c87bf757df651c95889d1a6842e603bbc4096c (diff)
Add regress tests for inline anchors.
Diffstat (limited to 'regress/sbin/pfctl/pf91.ok')
-rw-r--r--regress/sbin/pfctl/pf91.ok10
1 files changed, 10 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf91.ok b/regress/sbin/pfctl/pf91.ok
new file mode 100644
index 00000000000..00e81175617
--- /dev/null
+++ b/regress/sbin/pfctl/pf91.ok
@@ -0,0 +1,10 @@
+anchor on tun1000000 all {
+ anchor "foo" out all {
+ pass proto tcp from any to any port = 1234 flags S/SA keep state
+ anchor proto tcp from any to any port = 2413 {
+ block drop all
+ pass inet from 127.0.0.1 to any flags S/SA keep state
+ }
+ }
+ pass in proto tcp from any to any port = 1234 flags S/SA keep state
+}