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 /regress/sbin/pfctl/pf48.in | |
parent | c73c636f2c907224522d0e6d0a3236358cf6dc42 (diff) |
More complete table definition.
Diffstat (limited to 'regress/sbin/pfctl/pf48.in')
-rw-r--r-- | regress/sbin/pfctl/pf48.in | 1 |
1 files changed, 1 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 |