Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/lldpd,
802.1ab (LLDP) implementation
Branch: CURRENT,
Version: 0.7.9,
Package name: lldpd-0.7.9,
Maintainer: pkgsrc-usersLLDP allows you to know exactly on which port is a server
(and reciprocally).
LLDP is an industry standard protocol designed to supplant proprietary
Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide
an inter-vendor compatible mechanism to deliver Link-Layer notifications
to adjacent network devices.
lldpd is an ISC-licensed implementation of LLDP for various Unixes.
It also supports some proprietary protocols.
Required to run:[
textproc/libxml2] [
lang/perl5] [
net/net-snmp] [
devel/libevent] [
textproc/jansson]
Package options: json, snmp, xml
Master sites:
SHA1: 260888a94116642ead9f733278b32f3be0750e4a
RMD160: f48f4f6fec80a2e48786b764daf5055d41177da2
Filesize: 1461.66 KB
Version history: (Expand)
- (2015-10-16) Package deleted from pkgsrc
- (2015-09-07) Package has been reborn
- (2015-09-07) Package deleted from pkgsrc
- (2015-06-03) Package has been reborn
- (2015-06-03) Package deleted from pkgsrc
- (2014-06-12) Updated to version: lldpd-0.7.9
CVS history: (Expand)
2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-06-13 05:11:49 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add one socket unremoved with SIGHUP problem on TODO.
|
2014-06-13 05:09:13 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Remove draft of commit log, it is now committed.
|
2014-06-13 04:49:50 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(adjusting for commit again)
Makefile
-# (the default is ${PRERIX}/var)
+# (the default is ${PRERIX}/var, changed since 0.7.9)
Remove unnecessary comment lines
PLIST
By INIT_SYSTEM function, (follow pkgsrc proper)
-share/examples/rc.d/lldpd
|
2014-06-13 02:12:59 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
- Should be ready to commit pkgsrc proper side
- Add (pkgsrc) part in COMMIT_MSG
- Following line doesn't seem to be necessary now:
-LDFLAGS+= \
${COMPILER_RPATH_FLAG}${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
+# LINKER_RPATH_FLAG= \
${COMPILER_RPATH_FLAG}${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
|
2014-06-11 15:55:20 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(Makefile)
+# interfaces-bsd.c:45:34: error: net/agr/if_agrioctl.h: No such file or directory
+NOT_FOR_PLATFORM= NetBSD-5*-*
-LDFLAGS+= -Wl,-R${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
(options.mk)
sort options alphabetically
|
2014-06-11 15:25:17 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
Bump 0.7.7 to 0.7.9
(pkgsrc)
-------------
- correct hardcoded line into using ${PERL5_SUB_INSTALLARCHLIB}
- Add following line to use /var/run directory instead of /usr/pkg/var/run
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
(upstream)
-------------
lldpd (0.7.9)
* Changes:
+ Default location for chroot, socket and PID are now configurable
in `./configure`. The default location is based on the value of
`runstatedir` which in turn may be based on the value of
`localstatedir` which defaults to `/usr/local/var`. Therefore,
to get the previous locations, lldpd should be configured with
`./configure --localstatedir=/var`.
* Fixes:
+ Fix `configure system bond-slave-src-mac-type local`. Also use
it as default.
* Features:
+ Add support for shutdown LLDPU.
+ Ability to configure IP management pattern from lldpcli.
+ Ability to choose what port ID should be (MAC or interface name).
lldpd (0.7.8)
* Fixes:
+ Don't hard-code default values for system name, system
description and port description. When the field is not present,
just don't display it.
+ Fix lldpcli behaviour when suid.
+ On OSX, don't use p2p0 interfaces: it would break WLAN.
+ Fix SNMP support on RHEL.
* Features:
+ Android support
+ Add the possibility to disable privilege separation (lower
memory consumption, lower security, don't do it).
+ Interfaces can now be whitelisted. For example, *,!eth*,!!eth1
is a valid pattern for all interfaces except eth ones, except
eth1. Moreover, on exact match, an matching interface
circumvents most sanity checks (like VLAN handling).
+ Ability to override the hostname.
|
2013-12-21 15:56:11 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add Why it can not be committed.
|