]> git.ipfire.org Git - thirdparty/lldpd.git/log
thirdparty/lldpd.git
16 years agoFix checks for header files in configure.ac
Vincent Bernat [Mon, 17 Nov 2008 08:32:51 +0000 (09:32 +0100)] 
Fix checks for header files in configure.ac

16 years agoAdd a CHANGELOG file
Vincent Bernat [Fri, 7 Nov 2008 13:59:34 +0000 (14:59 +0100)] 
Add a CHANGELOG file

16 years agoAdd FDP support
Vincent Bernat [Fri, 7 Nov 2008 11:17:50 +0000 (12:17 +0100)] 
Add FDP support

16 years agoDon't free h_lladdr since it is statically allocated
Vincent Bernat [Fri, 7 Nov 2008 10:39:26 +0000 (11:39 +0100)] 
Don't free h_lladdr since it is statically allocated

16 years agoCorrectly compute discarded TLV for each port
Vincent Bernat [Fri, 31 Oct 2008 18:43:13 +0000 (19:43 +0100)] 
Correctly compute discarded TLV for each port

16 years agoIgnore unknown ORG TLV. Thanks to Michael Hanig for noticing it.
Vincent Bernat [Fri, 31 Oct 2008 13:22:21 +0000 (14:22 +0100)] 
Ignore unknown ORG TLV. Thanks to Michael Hanig for noticing it.

16 years agoMove client handling in a separate file
Vincent Bernat [Wed, 29 Oct 2008 08:02:32 +0000 (09:02 +0100)] 
Move client handling in a separate file

16 years agoTest if ifa_addr is NULL before using it.
Vincent Bernat [Mon, 20 Oct 2008 16:35:28 +0000 (18:35 +0200)] 
Test if ifa_addr is NULL before using it.

Thanks to Bjorn Mork for the patch.

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