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
05654295
Commit
05654295
authored
Apr 07, 2003
by
Leigh B. Stoller
Browse files
Fix bug in vlan entries of delayed lans.
parent
cc12ed9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
05654295
...
...
@@ -1325,7 +1325,7 @@ foreach $plink (keys(%plinks)) {
printdb
"
LAN delay src: other end =
$nodeportC
$nodeportD
\n
";
printdb
"
VLANS:
\n
";
AddVlan
("
link
",
$lan
,
$nodeportA
,
$nodeportB
);
AddVlan
("
link
",
$lan
.
"
-delay
"
.
$nodeA
,
$nodeportA
,
$nodeportB
);
AddVlan
("
lan
",
$lan
,
$nodeportD
);
my
(
$member0
,
$delay
,
$bandwidth
,
$loss
,
...
...
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