Commit Graph

34 Commits

Author SHA1 Message Date
sthen
468fde6459 update to lldpd-0.9.9 2017-11-25 13:11:55 +00:00
sthen
e889b1e74b update to lldpd-0.9.8 2017-08-22 10:16:02 +00:00
sthen
4e72b843d1 update to LLDPD 0.9.7 2017-03-26 17:32:45 +00:00
sthen
4f49debc01 update to lldpd-0.9.6 2017-02-07 14:40:52 +00:00
sthen
3fa757398f update to lldpd-0.9.5 2016-10-11 13:52:38 +00:00
ajacoutot
cef41bd272 rc_ overrides are put after sourcing /etc/rc.d/rc.subr.
ok sthen@ (maintainer)
2016-06-28 17:03:27 +00:00
sthen
0b79d923fb process titles now have an extra "." at the end; fix lldpd.rc 2016-06-28 15:50:27 +00:00
sthen
73152d7e56 update to lldpd-0.9.4 2016-06-18 13:57:45 +00:00
sthen
3ed6b6cde2 update to lldpd-0.9.2 2016-03-20 18:00:05 +00:00
sthen
1fb89dd992 update to lldpd-0.9.1 2016-02-25 00:46:57 +00:00
sthen
aa32428945 update to lldpd-0.9.0 2016-01-21 08:43:32 +00:00
sthen
684b8223c3 update to lldpd-0.7.19, rolling in management address TLV fix 2015-10-18 10:37:06 +00:00
sthen
de6ea674a7 add an upstream patch to lldpd: avoid an overflow on a (static) buffer
when a remote device advertises a too-large management address while still
respecting TLV boundaries.
2015-10-16 10:27:41 +00:00
sthen
d83bb8a79a update to lldpd-0.7.18 2015-10-01 09:56:11 +00:00
sthen
cafc227818 update to lldpd-0.7.17 2015-09-17 12:35:14 +00:00
sthen
68ce283266 handle ifmedia64 2015-09-11 15:20:54 +00:00
sthen
61015fad3d don't let lldpd's configure script auto-detect json/xml2, this changed
in 0.7.15 and results in hidden deps.
2015-08-14 12:09:56 +00:00
sthen
267d6fac7a update to lldpd-0.7.16 2015-08-12 15:09:38 +00:00
sthen
b1459604f7 update to lldpd-0.7.15
while there, install the mib with the -snmp flavour as requested by blambert
2015-07-18 22:31:04 +00:00
sthen
b5a330af42 update to lldpd-0.7.14 2015-04-05 15:57:17 +00:00
sthen
0ea6f1b0e0 remove patch to avoid using -fdiagnostics compiler flags; this was a ccache bug 2015-01-20 10:04:15 +00:00
sthen
24409821a4 update to lldpd 0.7.13
patch to avoid using -fdiagnostics compiler flags which are not supported
by our gcc, but AX_CFLAGS_GCC_OPTION thinks they are valid
2015-01-09 17:34:52 +00:00
sthen
3b0162c032 update to lldpd 0.7.12 2014-11-24 10:26:08 +00:00
sthen
97190b1022 remove some USE_LIBTOOL=Yes that crept back in (this is now the default) 2014-11-22 22:20:09 +00:00
sthen
60f3c1dd27 update to lldpd 0.7.11 2014-10-13 16:56:28 +00:00
sthen
455b8e213c update to lldpd-0.7.10, take maintainer 2014-09-16 16:26:25 +00:00
jasper
fe3089f4ea update to lldpd-0.7.8
ok sthen@
2014-05-01 07:16:14 +00:00
jasper
04c29c9ffe unbreak snmp flavor, libwrap is no more 2014-04-30 19:38:51 +00:00
jasper
23e25a8639 - update to lldpd-0.7.7
ok sthen@
2013-11-11 12:23:13 +00:00
sthen
c9fd727d60 bump; ABI break due to SIOC{S,G}ETVLAN changes 2013-08-15 09:21:10 +00:00
sthen
994f059b04 fix rc.d stop/restart (broken pexp), reported by jasper@
add sigaction diff from upstream
2013-07-15 21:35:46 +00:00
jasper
17fe163fd3 Apply a patch from upstream to fix a warning on startup:
fcntl(8, F_SETFL): Operation not permitted
2013-07-15 19:12:07 +00:00
sthen
169bce7323 remove CONFIGURE_ENV no longer needed, net/libbind now installs to a subdir
to avoid it being accidentally picked up.  ok ajacoutot@ jca@
2013-07-13 11:54:36 +00:00
sthen
f7ae29a7f8 import ports/net/lldpd, an alternative to ladvd. ok jasper@
LLDP (Link Layer Discovery Protocol) is an industry standard protocol
designed to supplant proprietary Link-Layer protocols such as
Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol). The goal of LLDP is to provide an inter-vendor compatible
mechanism to deliver Link-Layer notifications to adjacent network
devices.

lldpd implements both reception and sending. It also implements an
SNMP subagent for net-snmp to get local and remote LLDP
information. The LLDP MIB is partially implemented but the most useful
tables are here. lldpd also partially implements LLDP-MED.

lldpd supports bridge, vlan and bonding. bonding need to be done on
real physical devices, not on bridges, vlans, etc. However, vlans can
be mapped on the bonding device. You can bridge vlan but not add vlans
on bridges. More complex setups may give false results.
2013-07-12 10:26:44 +00:00