Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
b285b710
Commit
b285b710
authored
Sep 25, 2007
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A couple more minor tweaks for elabinelab
parent
09b8130b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
xmlrpc/emulabserver.py.in
xmlrpc/emulabserver.py.in
+4
-3
No files found.
xmlrpc/emulabserver.py.in
View file @
b285b710
...
...
@@ -4362,8 +4362,9 @@ class elabinelab:
" i.node_id=r.node_id "
"left join wires as s on s.node_id1=i.node_id "
" and s.card1=i.card "
"where r.pid=%s and r.eid=%s and "
" r.inner_elab_role='node' "
"where r.pid=%s and r.eid=%s "
" and r.inner_elab_role='node' "
" and s.node_id2!='' "
"order by r.node_id,iface"
,
(
self
.
pid
,
self
.
eid
,))
...
...
@@ -4491,7 +4492,7 @@ class elabinelab:
tmp
[
"card"
]
=
res
[
5
]
tmp
[
"type"
]
=
res
[
6
]
tmp
[
"switch_id"
]
=
res
[
7
]
tmp
[
"switch_card"
]
=
res
[
9
]
tmp
[
"switch_card"
]
=
res
[
8
]
tmp
[
"switch_port"
]
=
res
[
9
]
interfaces
[
res
[
1
]]
=
tmp
pass
...
...
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