[Netpass-devel] NetPass/lib/NetPass Config.pm,1.54,1.55
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2006-01-18 17:01:48
|
Update of /cvsroot/netpass/NetPass/lib/NetPass In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14183/lib/NetPass Modified Files: Config.pm Log Message: bug #1409203 Index: Config.pm =================================================================== RCS file: /cvsroot/netpass/NetPass/lib/NetPass/Config.pm,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- Config.pm 22 Dec 2005 18:31:03 -0000 1.54 +++ Config.pm 18 Jan 2006 17:01:30 -0000 1.55 @@ -2247,17 +2247,19 @@ } -=head2 my @tagList = $cfg-E<gt>availableVlans(-host => host, -port => port) +=head2 my @tagList = $cfg-E<gt>availableVlans(-switch => IP, -port => port) =head2 my @tagList = $cfg-E<gt>availableVlans(-network => network) Given a hostname (or IP) and a port, return the list of available tags for that port. This list will always be two elements. The first is the -"good" vlan and the second is the "quarantine" vlan. Returns: +"unquarantine" vlan and the second is the "quarantine" vlan. + +RETURNS =over 4 -=item ($good, $bad) +=item ($unquar_vlanid, $quar_vlanid) a two element list of integers |