4 Commits

Author SHA1 Message Date
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