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
8ca84bb5
Commit
8ca84bb5
authored
Dec 08, 2000
by
Leigh B. Stoller
Browse files
Put in Mac's suggested change for delay nodes not being used twice.
Seems to work nicely.
parent
c662d8ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/ptopgen
View file @
8ca84bb5
...
...
@@ -53,7 +53,7 @@ print "node cisco switch\n";
# Give the nodes:
foreach
$node
(
sort
keys
%nodes
)
{
if
(
$node
=~
/tbpc/
)
{
print
"
node
$node
pc:1 delay:
2
\n
";
print
"
node
$node
pc:1 delay:
1
\n
";
print
"
link
$node
-0
$node
:
$links
{
$node
.'-0'} cisco 100 1
\n
";
print
"
link
$node
-1
$node
:
$links
{
$node
.'-1'} cisco 100 1
\n
";
print
"
link
$node
-2
$node
:
$links
{
$node
.'-2'} cisco 100 1
\n
";
...
...
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