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
9747a6ed
Commit
9747a6ed
authored
Aug 19, 2004
by
Robert Ricci
Browse files
Add OS features to widearea nodes too.
parent
e0b9d8fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
9747a6ed
...
...
@@ -575,6 +575,14 @@ if ($widearea) {
push
@features
,
@
{
$features
{
$physnode
}};
}
#
# Add in features for all of the OSes that this node (as evidenced by
# its type) can support
#
if
(
$node_type_osids
{
$ptype
})
{
push
@features
,
map
"
OS-
$_
:0
",
@
{
$node_type_osids
{
$ptype
}};
}
my
$text
=
"
node
$physnode
"
.
join
("
",
@types
)
.
"
-
"
.
join
("
",
@features
)
.
"
-
"
.
join
("
",
@flags
);
...
...
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