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
0db3e93e
Commit
0db3e93e
authored
Sep 11, 2003
by
Robert Ricci
Browse files
Merge my node_features changes into the widearea part of ptopgen, and
turn on the 'unique' flag for widearea nodes.
parent
dbcb664e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
0db3e93e
...
...
@@ -361,9 +361,15 @@ if ($widearea) {
# Add trivial bw spec.
push
@flags
,
"
trivial_bw:400000
";
# Indicate that these nodes are beautiful and unique snowflakes
push
@flags
,
"
unique
";
# Add features
if
(
defined
(
$features
{
$type
}))
{
push
@features
,
"
$features
{
$type
}
";
if
(
defined
(
$type_features
{
$type
}))
{
push
@features
,
@
{
$type_features
{
$type
}};
}
if
(
defined
(
$features
{
$physnode
}))
{
push
@features
,
@
{
$features
{
$physnode
}};
}
my
$text
=
"
node
$physnode
"
.
...
...
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