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
35bd622e
Commit
35bd622e
authored
Aug 24, 2012
by
Jonathon Duerig
Browse files
Add 'raw-pc' sliver_type to nodes of type pcRemote.
parent
0d3086ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
35bd622e
...
...
@@ -2144,7 +2144,7 @@ sub print_node_types
}
print
"
/>
\n
";
}
elsif
(
$genimode
eq
$V_2
||
$genimode
eq
$V_3
)
{
if
(
$name
eq
"
pc
")
{
if
(
$name
eq
"
pc
"
||
$name
eq
"
pcRemote
"
)
{
print
"
<sliver_type name=
\"
raw-pc
\"
>
\n
";
if
(
defined
(
$mainType
))
{
print_osids
(
$mainType
);
...
...
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