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
d7050c96
Commit
d7050c96
authored
Aug 26, 2003
by
Leigh B. Stoller
Browse files
Change to use control_iface instead of control_net.
parent
e1e8a72c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showstuff.php3
View file @
d7050c96
...
...
@@ -1518,7 +1518,7 @@ function SHOWNODE($node_id) {
"left join node_types as t on t.type=n.type "
.
"left join interfaces as i on i.iface=t.control_iface "
.
" and i.node_id=n.node_id "
.
"left join interfaces as pi on pi.
card
=t.control_
net
"
.
"left join interfaces as pi on pi.
iface
=t.control_
iface
"
.
" and pi.node_id=n.phys_nodeid "
.
"where n.node_id='
$node_id
'"
);
...
...
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