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.ok | |
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.ok')
-rw-r--r-- | regress/sbin/pfctl/pf68.ok | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf68.ok b/regress/sbin/pfctl/pf68.ok index b813fef16aa..ec333425a8f 100644 --- a/regress/sbin/pfctl/pf68.ok +++ b/regress/sbin/pfctl/pf68.ok @@ -13,10 +13,10 @@ scrub in inet proto tcp from 10.0.0.1 to 10.0.0.4 fragment reassemble scrub in inet proto tcp from 10.0.0.2 to 10.0.0.3 fragment reassemble scrub in inet proto tcp from 10.0.0.2 to 10.0.0.4 fragment reassemble scrub in log on lo0 proto tcp all min-ttl 25 fragment reassemble -scrub in log on lo0 inet6 proto tcp from (lo1) to 2000::1 fragment reassemble +scrub in log on lo0 inet6 proto tcp from (lo1000000) to 2000::1 fragment reassemble scrub in log on lo0 inet6 proto tcp from (lo0) to 2000::1 fragment reassemble scrub in log on lo0 proto tcp all fragment reassemble -scrub in log on lo1 proto tcp all fragment reassemble +scrub in log on lo1000000 proto tcp all fragment reassemble scrub in on lo0 proto tcp all fragment reassemble scrub in on lo0 proto tcp all no-df min-ttl 15 max-mss 224 fragment reassemble scrub in on lo0 proto tcp all max-mss 224 fragment reassemble @@ -31,7 +31,7 @@ scrub on lo0 proto tcp all max-mss 224 fragment reassemble scrub out proto tcp all fragment reassemble scrub out proto tcp from any to ! <regress.1> fragment reassemble scrub out proto tcp from any to <regress.2> fragment reassemble -scrub out log on lo1 inet proto tcp from any to 10.0.0.1 no-df max-mss 224 fragment reassemble +scrub out log on lo1000000 inet proto tcp from any to 10.0.0.1 no-df max-mss 224 fragment reassemble scrub proto tcp all random-id fragment reassemble scrub proto tcp from any to any port = www fragment reassemble scrub in proto tcp from <regress.1> to any port = www fragment reassemble @@ -41,10 +41,10 @@ scrub in inet proto tcp from 10.0.0.1 to 10.0.0.4 port = www fragment reassemble scrub in inet proto tcp from 10.0.0.2 to 10.0.0.3 port = www fragment reassemble scrub in inet proto tcp from 10.0.0.2 to 10.0.0.4 port = www fragment reassemble scrub in log on lo0 proto tcp from any to any port = www min-ttl 25 fragment reassemble -scrub in log on lo0 inet6 proto tcp from (lo1) port = www to 2000::1 fragment reassemble +scrub in log on lo0 inet6 proto tcp from (lo1000000) port = www to 2000::1 fragment reassemble scrub in log on lo0 inet6 proto tcp from (lo0) port = www to 2000::1 fragment reassemble scrub in log on lo0 proto tcp from any port = www to any fragment reassemble -scrub in log on lo1 proto tcp from any port = www to any fragment reassemble +scrub in log on lo1000000 proto tcp from any port = www to any fragment reassemble scrub in on lo0 proto tcp from any port = www to any no-df min-ttl 15 max-mss 224 fragment reassemble scrub in on lo0 proto tcp from any port = 81 to any no-df min-ttl 15 max-mss 224 fragment reassemble scrub in on lo0 proto tcp from any to any port = www max-mss 224 fragment reassemble @@ -63,4 +63,4 @@ scrub in on lo0 inet proto tcp from (lo0) port = www to any fragment reassemble scrub on lo0 proto tcp from any to any port = www max-mss 224 fragment reassemble scrub out proto tcp from any to ! <regress.1> port = www fragment reassemble scrub out proto tcp from any to <regress.2> port = www fragment reassemble -scrub out log on lo1 inet proto tcp from any to 10.0.0.1 port = www no-df max-mss 224 fragment reassemble +scrub out log on lo1000000 inet proto tcp from any to 10.0.0.1 port = www no-df max-mss 224 fragment reassemble |