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
935f3fd0
Commit
935f3fd0
authored
Jan 13, 2011
by
Leigh B Stoller
Browse files
Add memberlist function to Tunnels.
parent
02c52c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Lan.pm.in
View file @
935f3fd0
#
!/usr/bin/perl -wT
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2007
-
201
0
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2007
-
201
1
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
Lan
;
...
...
@@ -2990,6 +2990,16 @@ sub AddMember($$)
return
$
member
;
}
#
#
Return
a
list
of
members
for
a
vlan
.
#
sub
MemberList
($$)
{
my
($
self
,
$
plist
)
=
@
_
;
return
$
self
->
GetLan
()->
MemberList
($
plist
);
}
#
#
Get
value
of
an
attribute
.
#
...
...
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