diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-02-22 23:38:37 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-02-22 23:38:37 +0000 |
commit | 4fa578c028dc2117a0b55b1bc48ec93bfc777e50 (patch) | |
tree | be64d545ed0192f6cad06c75df22f98a607553f1 /regress/sbin | |
parent | 9292a43521cdb902729e957bbb2da2cf0c12abdf (diff) |
pfctl allows a space between the < >'s and the table name.
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf48.in | 10 |
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> } |