aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl/tests/files/pf0091.in
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pfctl/tests/files/pf0091.in')
-rw-r--r--sbin/pfctl/tests/files/pf0091.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/pfctl/tests/files/pf0091.in b/sbin/pfctl/tests/files/pf0091.in
new file mode 100644
index 000000000000..b4fc631423e7
--- /dev/null
+++ b/sbin/pfctl/tests/files/pf0091.in
@@ -0,0 +1,11 @@
+# basic anchor test
+anchor on tun1000000 {
+ anchor foo out {
+ pass proto tcp to port 1234
+ anchor proto tcp to port 2413 user root label "foo" {
+ block
+ pass from 127.0.0.1
+ }
+ }
+ pass in proto tcp to port 1234
+}