PacketFence - BTS - PacketFence
View Issue Details
0001419PacketFencedhcppublic2012-04-09 14:402015-02-18 10:59
obilodeau 
 
normalminorrandom
closedopen 
LinuxRHEL / CentOS5
 
 
0001419: pfdhcplistener warning: Unable to open VLAN proc description for eth0
WARN: Unable to open VLAN proc description for eth0: No such file or directory (pf::util::get_vlan_from_int)

Is it since we run a listener on management interface by default?
No tags attached.
Issue History
2012-04-09 14:40obilodeauNew Issue
2012-10-19 12:09fgaudreaultTarget Version => general
2012-11-07 04:49muhligNote Added: 0003270
2015-02-18 10:59lmunroNote Added: 0003918
2015-02-18 10:59lmunroStatusnew => closed

Notes
(0003270)
muhlig   
2012-11-07 04:49   
Actually the warning is because of eth0 not being 802.1q _tagged_ VLAN. There is no entry for eth0 in /proc/net/vlan directory. Does the listener work correctly on the untagged interface? If yes, we shouldn't try to get VLAN from this interface. If no, we should make Management VLAN tagged. AFAICS it works (INFO: DHCP detector on eth0 enabled), so we probably could get rid of the warning by checking if the interface is tagged and if it is not, forget about VLAN tag.
(0003918)
lmunro   
2015-02-18 10:59   
Obsolete bug tracker entries.
PF 4 introduced changes that either make these irrelevant or impossible to reproduce.

New issues are moving to github issues.