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/pfaltq8.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/pfaltq8.ok')
-rw-r--r-- | regress/sbin/pfctl/pfaltq8.ok | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pfaltq8.ok b/regress/sbin/pfctl/pfaltq8.ok index 77c42d68c9a..d1159fa3323 100644 --- a/regress/sbin/pfctl/pfaltq8.ok +++ b/regress/sbin/pfctl/pfaltq8.ok @@ -3,14 +3,14 @@ queue one priq( default ) queue one priq( default ) [ qid=2 ifname=ppp1 ifbandwidth=10Mb ] queue one priq( default ) - [ qid=2 ifname=tun0 ifbandwidth=10Mb ] + [ qid=2 ifname=tun1000000 ifbandwidth=10Mb ] queue one priq( default ) - [ qid=2 ifname=tun1 ifbandwidth=10Mb ] + [ qid=2 ifname=tun1000001 ifbandwidth=10Mb ] queue two priority 15 [ qid=3 ifname=ppp0 ifbandwidth=10Mb ] queue two priority 0 [ qid=3 ifname=ppp1 ifbandwidth=10Mb ] queue two priority 0 - [ qid=3 ifname=tun0 ifbandwidth=10Mb ] + [ qid=3 ifname=tun1000000 ifbandwidth=10Mb ] queue two priority 0 - [ qid=3 ifname=tun1 ifbandwidth=10Mb ] + [ qid=3 ifname=tun1000001 ifbandwidth=10Mb ] |