PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001380PacketFencedocpublic2012-02-22 13:062012-09-25 22:17
Reporterdwuelfrath 
Assigned Toobilodeau 
PrioritylowSeveritytrivialReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Versiondevel 
Target VersionFixed in Versiondevel 
Summary0001380: wrong documentation for the use of setVlanByName
DescriptionIn some places in switches modules (pf::SNMP ++) it is documented to use setVlanByName but the sequence is wrong.
DEPRECATED: use setVlanByName($ifIndex, $switch_locker_ref, 'isolationVlan') instead

Method declaration:
sub setVlanByName {
    my ($this, $ifIndex, $vlanName, $switch_locker_ref) = @_;
Additional InformationThe $vlanName and $switch_locker_ref need to be swapped. (Probably in the POD and not in the method declaration)
TagsNo tags attached.
fixed in git revisionba29614
fixed in mtn revision
Attached Files

- Relationships

-  Notes
(0003092)
obilodeau (reporter)
2012-09-25 22:17

Removed the deprecated functions. There were no core callers and they were publicly marked as deprecated since 2.0 almost two years ago.

- Issue History
Date Modified Username Field Change
2012-02-22 13:06 dwuelfrath New Issue
2012-09-25 22:17 obilodeau git revision => ba29614
2012-09-25 22:17 obilodeau Note Added: 0003092
2012-09-25 22:17 obilodeau Status new => resolved
2012-09-25 22:17 obilodeau Fixed in Version => devel
2012-09-25 22:17 obilodeau Resolution open => fixed
2012-09-25 22:17 obilodeau Assigned To => obilodeau


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker