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
a8ee4602
Commit
a8ee4602
authored
Apr 28, 2004
by
Robert Ricci
Browse files
Oops - chage the type of 802.11 links from 'wireless' to '80211', to
match what ptopgen puts into to ptop file.
parent
7103d64c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
a8ee4602
...
...
@@ -3891,7 +3891,7 @@ sub CreateTopFile()
my
$bandwidth
=
&getbandwidth
(
$node
,
$lan
,
$bw
);
print
TOPFILE
"
link
$plink
$node
fakelan/
$lan
$bandwidth
"
.
"
0 0
wireless
\n
";
"
0 0
80211
\n
";
}
}
elsif
(
$#members
==
1
)
{
...
...
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