summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf85.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin/pfctl/pf85.in')
-rw-r--r--regress/sbin/pfctl/pf85.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf85.in b/regress/sbin/pfctl/pf85.in
new file mode 100644
index 00000000000..43dd0e07765
--- /dev/null
+++ b/regress/sbin/pfctl/pf85.in
@@ -0,0 +1,3 @@
+# test tag macro expansion
+pass from { 127.0.0.1 127.0.0.2 127.0.0.3 } keep state tag "$srcaddr"
+pass from { 127.0.0.1 127.0.0.2 127.0.0.3 } keep state tagged "$srcaddr"