]> git.ipfire.org Git - thirdparty/lldpd.git/log
thirdparty/lldpd.git
16 years agoTest earlier if the interface is an Ethernet one.
Vincent Bernat [Mon, 20 Oct 2008 13:58:57 +0000 (15:58 +0200)] 
Test earlier if the interface is an Ethernet one.

This should avoid a bug when using deprecated bridge ioctl.

16 years agoHandle frames encapsulated in VLAN.
Vincent Bernat [Mon, 20 Oct 2008 13:34:14 +0000 (15:34 +0200)] 
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

16 years agoAllow to receive frames on VLAN interfaces.
Vincent Bernat [Mon, 20 Oct 2008 12:07:33 +0000 (14:07 +0200)] 
Allow to receive frames on VLAN interfaces.

16 years agoDo not try to catch CDP frame inside VLAN tagged frame.
Vincent Bernat [Mon, 20 Oct 2008 09:12:02 +0000 (11:12 +0200)] 
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.

16 years agoSometimes, CDP are transmitted over administration VLAN. We try to
Vincent Bernat [Sun, 19 Oct 2008 01:49:15 +0000 (03:49 +0200)] 
Sometimes, CDP are transmitted over administration VLAN. We try to
handle this case by handling this additional encapsulation on
reception of CDP frame. Frames are still sent outside of the VLAN.

16 years agoDon't display debug message for valid but unsupported protocols like
Vincent Bernat [Fri, 17 Oct 2008 21:08:39 +0000 (23:08 +0200)] 
Don't display debug message for valid but unsupported protocols like
DTP, VTP, ...

16 years agoAdd URL of website to README
Vincent Bernat [Wed, 15 Oct 2008 08:42:48 +0000 (10:42 +0200)] 
Add URL of website to README

16 years agoInitial import
Vincent Bernat [Wed, 15 Oct 2008 07:27:31 +0000 (09:27 +0200)] 
Initial import