Skip to content
GitLab
Menu
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
ef0bbd74
Commit
ef0bbd74
authored
May 30, 2003
by
Leigh B. Stoller
Browse files
Add trivial_bw flag to nodes line for use with trivial links. Only
added on nodes that have a non-zero virtnode capacity.
parent
14adca87
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
ef0bbd74
...
...
@@ -188,6 +188,8 @@ foreach $node (keys(%nodes)) {
else
{
$text
.=
"
pcvm:
$virtnode_capacity
";
}
# Add trivial bw spec.
$text
.=
"
- - trivial_bw:400000
";
}
print
"
$text
\n
";
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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