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
24bec3a6
Commit
24bec3a6
authored
May 01, 2015
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sheesh, forgot the whole point in my last commit. Finish the job!
parent
37124206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
utils/delay_config.in
utils/delay_config.in
+2
-2
No files found.
utils/delay_config.in
View file @
24bec3a6
#!/usr/bin/perl -wT
#
# Copyright (c) 2000-201
1
University of Utah and the Flux Group.
# Copyright (c) 2000-201
5
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -605,7 +605,7 @@ sub ChangeLinkDelayConfig() {
my
@query_clauses
;
my
$query_string
;
$query_string
=
"
select l.*,o.OS from linkdelays as l
"
.
$query_string
=
"
select l.*,o
v
.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
"
.
...
...
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