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
a15733bf
Commit
a15733bf
authored
Oct 27, 2004
by
Leigh B. Stoller
Browse files
Switch from node_types.control_iface to interfaces.role for
determining the control network interface.
parent
4b7b492b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/exports_setup.in
View file @
a15733bf
...
...
@@ -176,8 +176,9 @@ $nodes_result =
"
left join nodes on r.node_id=nodes.node_id
"
.
"
left join node_types on node_types.type=nodes.type
"
.
"
left join interfaces as i on r.node_id=i.node_id
"
.
"
and i.iface=node_types.control_iface
"
.
"
where i.IP!='NULL' and r.node_id not like 'sh%'
"
.
"
where i.IP!='NULL' and
"
.
"
i.role='
"
.
TBDB_IFACEROLE_CONTROL
()
.
"
'
"
.
"
and r.node_id not like 'sh%'
"
.
"
and node_types.isvirtnode=0
"
.
"
and node_types.isremotenode=0
"
.
"
order by r.pid,e.gid,r.eid,nodes.priority
");
...
...
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