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
abab0f6d
Commit
abab0f6d
authored
May 22, 2002
by
Shashi Guruprasad
Browse files
Fixed the make-lan example syntax to be consistent and compatible with NS.
Refer
http://www.isi.edu/nsnam/ns/doc/node125.html
parent
d2360b6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/tutorial/tutorial.html
View file @
abab0f6d
...
...
@@ -783,7 +783,7 @@ route to an entire LAN. It would be tedious and error prone to specify
a route to each node in a LAN by hand. Instead, just route to the
entire network:
<code><pre>
set clientlan [$ns make-lan "nodeE nodeF nodeG" 100Mb 0ms]
set clientlan [$ns make-lan "
$
nodeE
$
nodeF
$
nodeG" 100Mb 0ms]
$nodeA add-route $clientlan $nodeB
</pre></code>
...
...
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