Test earlier if the interface is an Ethernet one.
This should avoid a bug when using deprecated bridge ioctl.
Handle frames encapsulated in VLAN.
With "-v" option, it is possible to listen on VLAN. Frames received on
VLAN will be attached to the real interface.
See: https://trac.luffy.cx/lldpd/ticket/2
Allow to receive frames on VLAN interfaces.
Do not try to catch CDP frame inside VLAN tagged frame.
With hardware accelerated VLAN supported by some cards like e1000,
this does not work. We need to listen on the corresponding VLAN
instead.
This reverts commit
dc1539a44534a36fa8683ecfaddbbd6b34466b96.