PacketFence - BTS - PacketFence
View Issue Details
0001233PacketFencedhcppublic2011-07-15 09:192015-02-13 15:39
obilodeau 
 
normalfeatureN/A
closedopen 
 
 
0001233: Allow configuration parameters to push voice-vlan dhcp options
Right now you need to modify pf::services to hack in the proper option voice-vlan "VLAN-A:6." string.

Ideally we should have the proper infrastructure to inject arbitrary dhcp options in registration and isolation scopes without much effort.

We could even push the proper voice vlan according to switches.conf's voiceVlan.

Nortel phone example:

dhcpd.conf:

option voice-vlan code 157 = string;
...

scope ... {
   ....
   option voice-vlan "VLAN-A:2400,2410,2420,2430,2440,2450,2460,2470,2480,2490.";
}
No tags attached.
Issue History
2011-07-15 09:19obilodeauNew Issue
2015-02-13 15:39lmunroNote Added: 0003774
2015-02-13 15:39lmunroStatusnew => closed

Notes
(0003774)
lmunro   
2015-02-13 15:39   
Closing old bugs.
If we haven't fixed them in four years they are either not a bug, no longer relevant or not worth it.