Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8d9e6251
Commit
8d9e6251
authored
May 17, 2004
by
Leigh B. Stoller
Browse files
Fix what I think was a typo by Rob that was causing duplex links with
delays to get the wrong BW setting in the delays table.
parent
39a67c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
8d9e6251
...
...
@@ -4008,8 +4008,8 @@ sub CreateTopFile()
my
$delayname
=
"
tbsdelay
"
.
$delayid
++
;
my
$plink
=
"
linksdelaysrc/
$lan
/
$nodeport0
,
$nodeport1
";
$delaylinks
{
$plink
}
=
[
$nodeport0
,
$delay
,
$
top_
bw
,
$loss
,
$nodeport1
,
$rdelay
,
$
top_
rbw
,
$rloss
,
$delaylinks
{
$plink
}
=
[
$nodeport0
,
$delay
,
$bw
,
$loss
,
$nodeport1
,
$rdelay
,
$rbw
,
$rloss
,
0
];
print
TOPFILE
"
node
$delayname
delay
\n
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment