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
6b3885f7
Commit
6b3885f7
authored
Dec 19, 2000
by
Christopher Alfeld
Browse files
Documents the additions of the set-link-loss command and loss rate.
parent
7d3fab8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/ir_format
View file @
6b3885f7
...
...
@@ -45,13 +45,14 @@ START nodes
# <links> is a space separated list of link ids
END nodes
START links
# <link> <src> <srcport> <dst> <dstport> <bandwidth_min> <bandwidth_max> <delay_min> <delay_max>
# <link> <src> <srcport> <dst> <dstport> <bandwidth_min> <bandwidth_max> <delay_min> <delay_max>
<loss_rate>
# <link> is a unique link identifier.
# <src> and <dst> are node identifiers (or lans).
# <srcport> and <dstport> are integers. A port of -1 indicates that
# this information is N/A or unknown.
# <bandwidth*> and <delay*> are optional. They specify the boundaries of
# bandwidth and delay.
# <loss_rate> is the rate of loss. If omitted assumed to be 0.
END links
START lans
# <lan> <switch> <links>
...
...
doc/tb_cmd.txt
View file @
6b3885f7
...
...
@@ -54,3 +54,7 @@ Node, it all cases <node> can include * and ? as wild cards and
<number> can be a range a-b.
#TB create-os <label> <image_path> <partition>
#TB set-link-loss <src> <dst> <rate>
Set the loss rate of a link.
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