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
07e191a1
Commit
07e191a1
authored
Dec 26, 2000
by
Christopher Alfeld
Browse files
Woops, put lans inside the topology section.
parent
b8f40257
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/sim.tcl
View file @
07e191a1
...
...
@@ -35,7 +35,7 @@
# SUCH DAMAGE.
#
# @
(
#
)
$Header: /home/cvs_mirrors/cvs-public.flux.utah.edu/CVS/testbed/tbsetup/ns2ir/Attic/sim.tcl,v 1.
3
2000-12-26 2
0:10:09
calfeld Exp $
# @
(
#
)
$Header: /home/cvs_mirrors/cvs-public.flux.utah.edu/CVS/testbed/tbsetup/ns2ir/Attic/sim.tcl,v 1.
4
2000-12-26 2
3:54:15
calfeld Exp $
#
...
...
@@ -191,16 +191,18 @@ Simulator instproc run {} {
foreach link $linkslist
{
$link
print $IRfile
}
puts $IRfile
"END links
\n
END topology
\n
START events"
foreach event $eventlist
{
$event
print $IRfile
}
puts $IRfile
"END events"
puts $IRfile
"END links"
puts $IRfile
"START lans"
foreach lan $lanlist
{
$lan
print $IRfile
}
puts $IRfile
"END lans"
puts $IRfile
"END topology"
puts $IRfile
"START events"
foreach event $eventlist
{
$event
print $IRfile
}
puts $IRfile
"END events"
close $IRfile
}
...
...
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