lldpd (0.7.7)
* Features:
+ Use a locally administered MAC address or an arbitrary one
- instead of null MAC address for bond devices on Linux.
+ instead of null MAC address for bond devices on Linux. This is
+ configurable through `lldpcli`.
* Fixes:
+ Various bugs related to fixed point number handling (for
coordinates in LLDP-MED)
liblldpctl_la_SOURCES = lldpctl.h private.h errors.c connection.c atom.c atom-private.c \
fixedpoint.h fixedpoint.c
liblldpctl_la_LIBADD = $(top_builddir)/src/libcommon-daemon-lib.la
-liblldpctl_la_LDFLAGS = -export-symbols-regex '^lldpctl_' -version-info 5:0:1
+liblldpctl_la_LDFLAGS = -export-symbols-regex '^lldpctl_' -version-info 6:0:2
# -version-info format is `current`:`revision`:`age`. For more details, see:
# http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91