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
cd10006d
Commit
cd10006d
authored
Jul 20, 2009
by
Leigh B. Stoller
Browse files
Change to previous revision.
parent
72cb3da5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
cd10006d
...
...
@@ -189,7 +189,7 @@ my %nodetointerface;
my
$result
=
DBQueryFatal
("
SELECT node_id,card,port,iface,interface_type
"
.
"
from interfaces
"
.
(
$genimode
?
"
where
role!='other' and
role!='gw'
"
:
""));
(
$genimode
?
"
where role!='gw'
"
:
""));
while
((
$node
,
$card
,
$port
,
$iface
,
$type
)
=
$result
->
fetchrow_array
)
{
push
@
{
$nodetointerface
{"
$node
"}
},
$iface
;
...
...
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