diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-07-11 09:12:26 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-07-11 09:12:26 +0000 |
commit | bb35170f8b8484931e973b310218486866220c65 (patch) | |
tree | eab30f1c5973182009419eb36bc1d453b3bc9a4f | |
parent | c73c636f2c907224522d0e6d0a3236358cf6dc42 (diff) |
More complete table definition.
-rw-r--r-- | regress/sbin/pfctl/pf48.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf48.ok | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf48.in b/regress/sbin/pfctl/pf48.in index 85c189f189e..5b0f868a904 100644 --- a/regress/sbin/pfctl/pf48.in +++ b/regress/sbin/pfctl/pf48.in @@ -1,5 +1,6 @@ table < regress > { 1.2.3.4 !5.6.7.8 10/8 lo0 } table <regress.1> const { ::1 fe80::/64 localhost } +table <regress.a> { 1.2.3.4 !5.6.7.8 } { ::1 ::2 ::3 } file "/dev/null" const { 4.3.2.1 } 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 diff --git a/regress/sbin/pfctl/pf48.ok b/regress/sbin/pfctl/pf48.ok index a2b2aa8442a..88783756a7c 100644 --- a/regress/sbin/pfctl/pf48.ok +++ b/regress/sbin/pfctl/pf48.ok @@ -1,5 +1,6 @@ table <regress> { 1.2.3.4 !5.6.7.8 10.0.0.0/8 127.0.0.1 ::1 fe80::1 } table <regress.1> const { ::1 fe80::/64 ::1 127.0.0.1 } +table <regress.a> const { 1.2.3.4 !5.6.7.8 ::1 ::2 ::3 } file "/dev/null" { 4.3.2.1 } scrub in from <regress.1> to any fragment reassemble scrub in from ! <regress.2> to any fragment reassemble scrub out from any to ! <regress.1> fragment reassemble |