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
4acbb901
Commit
4acbb901
authored
Jun 27, 2006
by
Leigh B. Stoller
Browse files
We hardwire the list of non-ethernet protocols in here; how icky is that!
parent
bf403713
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
4acbb901
...
...
@@ -858,7 +858,7 @@ foreach $interconnect (keys(%interconnects)) {
#
# Fake switch. Hardwired for now.
#
my
@wireless_protos
=
("
80211
",
"
80211a
",
"
80211b
",
"
80211g
");
my
@wireless_protos
=
("
80211
",
"
80211a
",
"
80211b
",
"
80211g
"
,
"
flex900
"
);
my
$fake_switch
=
"
airswitch
";
print
"
node
$fake_switch
",
join
("
",
map
("
*
$_
:*
",
@wireless_protos
)),
"
\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