Due to the absence of compatibility layer, all atom-related functions
are considered incompatible since they don't work on ports like they
used too. This is not strictly an ABI incompatibility, but we consider
the change important enough to do like it was.
This commit will be reverted once the compatibility layer is here.
# -version-number could be computed from -version-info, mostly major
# is `current` - `age`, minor is `age` and revision is `revision' and
# major.minor should be used when updaing lldpctl.map.
-liblldpctl_la_LDFLAGS = $(AM_LDFLAGS) -version-info 11:0:7
+liblldpctl_la_LDFLAGS = $(AM_LDFLAGS) -version-info 11:0:0
liblldpctl_la_DEPENDENCIES = libfixedpoint.la
if HAVE_LD_VERSION_SCRIPT
-LIBLLDPCTL_4.7 {
+LIBLLDPCTL_11.0 {
global:
lldpctl_get_local_chassis;
-};
-
-LIBLLDPCTL_4.6 {
- global:
lldpctl_atom_create;
lldpctl_atom_dec_ref;
lldpctl_atom_get;
lldpctl_atom_set_buffer;
lldpctl_atom_set_int;
lldpctl_atom_set_str;
+};
+
+LIBLLDPCTL_4.6 {
+ global:
lldpctl_get_configuration;
lldpctl_get_default_transport;
lldpctl_get_interfaces;