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
c8841ba7
Commit
c8841ba7
authored
Jun 10, 2010
by
Jonathon Duerig
Browse files
Do not add the lan type to Utah's procurve1 switch.
parent
8c3602be
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
c8841ba7
...
...
@@ -1655,7 +1655,11 @@ sub print_switch
push
@$interfaces
,
"
(null)
";
}
# XXX
print_node
(
$name
,
["
switch:1
",
"
*lan:*
"],
[]
,
[]
,
$uuid
,
$interfaces
,
my
$types
=
["
switch:1
"];
if
(
$name
ne
"
procurve1
")
{
push
(
@$types
,
"
*lan:*
");
}
print_node
(
$name
,
$types
,
[]
,
[]
,
$uuid
,
$interfaces
,
$country
,
$latitude
,
$longitude
,
undef
);
}
...
...
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