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
02f8cac3
Commit
02f8cac3
authored
Dec 19, 2000
by
Christopher Alfeld
Browse files
Keeping loss rate out of the IR file so we don't break delay_setup while
we move the DB delay model.
parent
b3c26d94
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ir/assign.tcl
View file @
02f8cac3
...
...
@@ -313,7 +313,7 @@ puts $fp "END vlan"
# add delay seciton
puts $fp
"START delay"
foreach line $delayinfo
{
puts $fp
$line
puts $fp
[
lrange $line 0 3
]
}
puts $fp
"END delay"
...
...
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