+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`.
+
lldpd (0.7.8)
* Fixes:
+ Don't hard-code default values for system name, system
fi
lldp_ARG_WITH([privsep-chroot], [Which directory to use to chroot lldpd], [${runstatedir}/lldpd])
lldp_ARG_WITH([lldpd-ctl-socket], [Path to socket for communication with lldpd], [${runstatedir}/lldpd.socket])
+lldp_ARG_WITH([lldpd-pid-file], [Path to lldpd PID file], [${runstatedir}/lldpd.pid])
# CDP/FDP/EDP/SONMP
lldp_ARG_ENABLE([cdp], [Cisco Discovery Protocol], [yes])
#define LLDPD_TTL LLDPD_TX_INTERVAL * LLDPD_TX_HOLD
#define LLDPD_TX_MSGDELAY 1
#define LLDPD_MAX_NEIGHBORS 4
-#define LLDPD_PID_FILE "/var/run/lldpd.pid"
#define LLDPD_FAST_TX_INTERVAL 1
#define LLDPD_FAST_INIT 4