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/pf58.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/pf58.ok')
-rw-r--r-- | regress/sbin/pfctl/pf58.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf58.ok b/regress/sbin/pfctl/pf58.ok index 942d7b2a533..d9dd4e2ccf1 100644 --- a/regress/sbin/pfctl/pf58.ok +++ b/regress/sbin/pfctl/pf58.ok @@ -1,5 +1,5 @@ -altq on ppp0 cbq bandwidth 100Kb tbrsize 1500 queue { std ssh } -altq on gif3 cbq bandwidth 10Mb tbrsize 5120 queue { blah ssh } +altq on tun1000000 cbq bandwidth 100Kb tbrsize 3000 queue { std ssh } +altq on tun1000001 cbq bandwidth 10Mb tbrsize 12000 queue { blah ssh } queue std bandwidth 10% cbq( borrow default ) queue ssh bandwidth 30% cbq( borrow ) { ssh2 } queue ssh2 bandwidth 80% |