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
031d903b
Commit
031d903b
authored
Jun 09, 2009
by
Leigh B. Stoller
Browse files
And, its python not perl! Sheesh.
parent
eca5ed35
Changes
1
Hide whitespace changes
Inline
Side-by-side
xmlrpc/emulabserver.py.in
View file @
031d903b
...
...
@@ -2969,7 +2969,7 @@ class experiment:
res
=
DBQuery
(
"select n.phys_nodeid,i.IP from reserved as r "
"left join nodes as n on n.node_id=r.node_id "
"left join node_types as nt on nt.type=n.type "
.
"left join node_types as nt on nt.type=n.type "
"left join interfaces as i on i.node_id=n.phys_nodeid "
" and i.role='ctrl' "
"where r.pid=%s and r.eid=%s and nt.isvirtnode=1 and "
...
...
@@ -3088,7 +3088,7 @@ class experiment:
res
=
DBQuery
(
"select n.phys_nodeid,i.IP from reserved as r "
"left join nodes as n on n.node_id=r.node_id "
"left join node_types as nt on nt.type=n.type "
.
"left join node_types as nt on nt.type=n.type "
"left join interfaces as i on i.node_id=n.phys_nodeid "
" and i.role='ctrl' "
"where r.pid=%s and r.eid=%s and nt.isvirtnode=1 and "
...
...
Write
Preview
Markdown
is supported
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