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
5b814b91
Commit
5b814b91
authored
Mar 15, 2001
by
Christopher Alfeld
Browse files
This is an exact duplicate of www/tutorial/tb_compat.tcl and it belongs
better there so I'm removing this copy.
parent
cafbbdb1
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/tb_compat_nop.tcl
deleted
100644 → 0
View file @
cafbbdb1
# This is a nop tb_compact.tcl file that should be used when running scripts
# under ns.
proc tb-set-ip
{
node ip
}
{}
proc tb-set-ip-interface
{
src dst ip
}
{}
proc tb-set-ip-link
{
src link ip
}
{}
proc tb-set-ip-lan
{
src lan ip
}
{}
proc tb-set-hardware
{
node type args
}
{}
proc tb-set-node-os
{
node os
}
{}
proc tb-create-os
{
label path partition
}
{}
proc tb-set-link-loss
{
src args
}
{}
proc tb-set-lan-loss
{
lan rate
}
{}
# The following commands are not clearly defined and probably will be
# changed or removed
proc tb-set-dnard-ip
{
shelf number ip
}
{}
proc tb-set-dnard-os
{
shelf number os
}
{}
proc tb-set-node-deltas
{
node deltas
}
{}
proc tb-set-dnard-deltas
{
shelf number deltas
}
{}
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