Skip to content
GitLab
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
c5df137f
Commit
c5df137f
authored
Aug 29, 2012
by
Leigh B Stoller
Browse files
Minor bug fix for loopback interfaces.
parent
121b735a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop_test.pm.in
View file @
c5df137f
...
...
@@ -8000,6 +8000,10 @@ sub UploadVlans($)
$
speed
=
$
virtiface
->
_speed
();
$
trunk
=
$
virtiface
->
_trunk
();
#
Skip
loopback
interfaces
.
next
if
(
!defined($iface));
$
interface
=
Interface
->
LookupByIface
($
pnodename
,
$
iface
);
if
(
!defined($interface)) {
tberror
(
"No such interface $pnodename:$iface
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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