summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/pfctl/pf48.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf48.in b/regress/sbin/pfctl/pf48.in
index 6e408028793..85c189f189e 100644
--- a/regress/sbin/pfctl/pf48.in
+++ b/regress/sbin/pfctl/pf48.in
@@ -1,12 +1,12 @@
-table <regress> { 1.2.3.4 !5.6.7.8 10/8 lo0 }
+table < regress > { 1.2.3.4 !5.6.7.8 10/8 lo0 }
table <regress.1> const { ::1 fe80::/64 localhost }
scrub in from { <regress.1> !<regress.2> } to any
scrub out from any to { !<regress.1>, <regress.2> }
-nat on lo0 from <regress.1> to <regress.2> -> lo0
-nat on !lo0 from !<regress.1> to <regress.2> -> lo0
+nat on lo0 from < regress.1> to <regress.2> -> lo0
+nat on !lo0 from !<regress.1 > to <regress.2> -> lo0
rdr on lo0 from <regress.1> to <regress.2> -> lo0
-rdr on !lo0 from !<regress.1> to <regress.2> -> lo0
+rdr on !lo0 from !< regress.1 > to <regress.2> -> lo0
pass in from <regress> to any
-pass out from any to <regress>
+pass out from any to <regress >
pass in from { <regress.1> <regress.2> } to any
pass out from any to { !<regress.1>, !<regress.2> }