summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pfail49.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin/pfctl/pfail49.in')
-rw-r--r--regress/sbin/pfctl/pfail49.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfail49.in b/regress/sbin/pfctl/pfail49.in
new file mode 100644
index 00000000000..c5556e71f30
--- /dev/null
+++ b/regress/sbin/pfctl/pfail49.in
@@ -0,0 +1,10 @@
+# dynamic interfaces need not exist at load-time, but names must start
+# with a letter. catches common macro typo cases of ($ext_ip) vs. ($ext_if)
+
+nat on lo0 from any to any -> (lo0)
+nat on lo0 from any to any -> (lo0:0)
+nat on lo0 from any to any -> (nonexistant0)
+nat on lo0 from any to any -> (nonexistant0:0)
+nat on lo0 from any to any -> (10.1.2.3)
+nat on lo0 from any to any -> (10.1.2.3:0)
+