PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001231PacketFencecorepublic2011-07-04 20:462011-10-24 20:24
Reporterobilodeau 
Assigned Toobilodeau 
PriorityhighSeverityminorReproducibilitysometimes
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.0.0Fixed in Version3.0.0 
Summary0001231: Custom VLAN assignments relying on connection_type will fail on "unknown" nodes
DescriptionAfter a migration, it is possible for vlan-reassignment to be triggered with an Unknown connection_type.

Unknown vlan constant is a string instead of a numeric constant like all the other connection type constants. So when testing against connection_type in custom code it will issue warnings which ends-up in the web node edit dialog because it matches the line xxx\. regexp.

fix: make the unknown constant numeric:
use constant UNKNOWN => 0b00000000;
TagsNo tags attached.
fixed in git revision
fixed in mtn revisionf962d04cf33709f183fed5d23cc1a04b826430b0
Attached Files

- Relationships

-  Notes
(0002101)
obilodeau (reporter)
2011-07-05 10:04

fixed in stable branch 2.2
(0002274)
obilodeau (reporter)
2011-09-21 22:20

fix released in 3.0

- Issue History
Date Modified Username Field Change
2011-07-04 20:46 obilodeau New Issue
2011-07-05 10:04 obilodeau mtn revision => f962d04cf33709f183fed5d23cc1a04b826430b0
2011-07-05 10:04 obilodeau Note Added: 0002101
2011-07-05 10:04 obilodeau Status new => resolved
2011-07-05 10:04 obilodeau Fixed in Version => +1
2011-07-05 10:04 obilodeau Resolution open => fixed
2011-07-05 10:04 obilodeau Assigned To => obilodeau
2011-09-21 22:20 obilodeau Fixed in Version +1 => 3.0.0
2011-09-21 22:20 obilodeau Note Added: 0002274
2011-09-21 22:21 obilodeau Status resolved => closed
2011-10-24 20:24 obilodeau Target Version +1 => 3.0.0


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker