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
37124206
Commit
37124206
authored
May 01, 2015
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix another left-over pre-image-versioning bug.
parent
96353c2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
utils/delay_config.in
utils/delay_config.in
+2
-0
No files found.
utils/delay_config.in
View file @
37124206
...
...
@@ -608,6 +608,8 @@ sub ChangeLinkDelayConfig() {
$query_string
=
"
select l.*,o.OS from linkdelays as l
"
.
"
left join nodes as n on n.node_id=l.node_id
"
.
"
left join os_info as o on o.osid=n.def_boot_osid
"
.
"
left join os_info_versions as ov on o.osid=ov.osid and
"
.
"
o.version=ov.vers and ov.deleted is null
"
.
"
where l.pid='
$pid
' and l.eid='
$eid
' and l.vlan='
$link
'
";
$query_string
.=
"
and l.vnode='
$srcvnode
'
"
...
...
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