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
07e191a1
Commit
07e191a1
authored
Dec 26, 2000
by
Christopher Alfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Woops, put lans inside the topology section.
parent
b8f40257
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
tbsetup/ns2ir/sim.tcl
tbsetup/ns2ir/sim.tcl
+8
-6
No files found.
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 20: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 23: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
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