diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-05 16:55:41 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-05 16:55:41 +0000 |
commit | fe7cac444b32dc6e0ed44848db8b342c9c76e77c (patch) | |
tree | c7ed4b93c4ff58043d38d63d02dba941a0eaab77 /regress/sbin/pfctl/pf68.in | |
parent | 62d05751e4964f63eea925974c38ec2bc7a05a97 (diff) |
lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need for
regress purposes before starting and destroy them afterwards.
lo1 -> lo1000000
tun0 -> tun1000000
tun1 -> tun1000001
ok markus@
Diffstat (limited to 'regress/sbin/pfctl/pf68.in')
-rw-r--r-- | regress/sbin/pfctl/pf68.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf68.in b/regress/sbin/pfctl/pf68.in index 1dcec675477..273a91cb917 100644 --- a/regress/sbin/pfctl/pf68.in +++ b/regress/sbin/pfctl/pf68.in @@ -9,8 +9,8 @@ scrub in proto tcp all fragment reassemble scrub in proto tcp from { <regress.1> !<regress.2> } to any scrub in inet proto tcp from { 10.0.0.1, 10.0.0.2 } to { 10.0.0.3, 10.0.0.4 } scrub in log on lo0 proto tcp from any to any min-ttl 25 -scrub in log on lo0 inet6 proto tcp from { (lo1), (lo0) } to 2000::1 -scrub in log on {lo0 lo1} proto tcp from any to any +scrub in log on lo0 inet6 proto tcp from { (lo1000000), (lo0) } to 2000::1 +scrub in log on {lo0 lo1000000} proto tcp from any to any scrub in on lo0 proto tcp all scrub in on lo0 proto tcp from any to any fragment reassemble max-mss 224 min-ttl 15 no-df scrub in on lo0 proto tcp from any to any max-mss 224 @@ -24,15 +24,15 @@ scrub in on lo0 inet proto tcp from (lo0) to any scrub on lo0 proto tcp from any to any max-mss 224 scrub out proto tcp scrub out proto tcp from any to { !<regress.1>, <regress.2> } -scrub out log on lo1 proto tcp from any to 10.0.0.1 no-df max-mss 224 +scrub out log on lo1000000 proto tcp from any to 10.0.0.1 no-df max-mss 224 scrub proto tcp random-id scrub proto tcp from any to any port 80 scrub in proto tcp from { <regress.1> !<regress.2> } to any port 80 scrub in inet proto tcp from { 10.0.0.1, 10.0.0.2 } to { 10.0.0.3, 10.0.0.4 } port 80 scrub in log on lo0 proto tcp from any to any port 80 min-ttl 25 -scrub in log on lo0 inet6 proto tcp from { (lo1), (lo0) } port 80 to 2000::1 -scrub in log on {lo0 lo1} proto tcp from any port 80 to any +scrub in log on lo0 inet6 proto tcp from { (lo1000000), (lo0) } port 80 to 2000::1 +scrub in log on {lo0 lo1000000} proto tcp from any port 80 to any scrub in on lo0 proto tcp from any port {80, 81} to any fragment reassemble max-mss 224 min-ttl 15 no-df scrub in on lo0 proto tcp from any to any port 80 max-mss 224 scrub in on lo0 proto tcp from any port 80 to any max-mss 224 min-ttl 15 no-df fragment reassemble @@ -44,4 +44,4 @@ scrub in on lo0 proto tcp from any to any port 83 no-df max-mss 224 min-ttl 15 scrub in on lo0 inet proto tcp from (lo0) port 80 to any scrub on lo0 proto tcp from any to any port 80 max-mss 224 scrub out proto tcp from any to { !<regress.1>, <regress.2> } port 80 -scrub out log on lo1 proto tcp from any to 10.0.0.1 port 80 no-df max-mss 224 +scrub out log on lo1000000 proto tcp from any to 10.0.0.1 port 80 no-df max-mss 224 |