Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
8fd88f6f
Commit
8fd88f6f
authored
Sep 14, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
f7219346
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
tbsetup/libvtop_test.pm.in
tbsetup/libvtop_test.pm.in
+4
-2
No files found.
tbsetup/libvtop_test.pm.in
View file @
8fd88f6f
...
@@ -5934,8 +5934,10 @@ sub InterpLinksAux($)
...
@@ -5934,8 +5934,10 @@ sub InterpLinksAux($)
$protolink->SetAttribute("link/lan", $lan);
$protolink->SetAttribute("link/lan", $lan);
$protolink->SetAttribute("switchpath", "$pathA")
$protolink->SetAttribute("switchpath", "$pathA")
if (defined($pathA));
if (defined($pathA));
$virtifaceA->_vlanname($lan);
$virtifaceA->_vlanname($lan)
$virtifaceB->_vlanname($lan);
if (defined($virtifaceA));
$virtifaceB->_vlanname($lan)
if (defined($virtifaceB));
}
}
$protolink->SetType($vlan_type);
$protolink->SetType($vlan_type);
$protolink->SetRole($vlan_role);
$protolink->SetRole($vlan_role);
...
...
Write
Preview
Markdown
is supported
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