From: Vincent Bernat Date: Sat, 30 Dec 2017 11:52:03 +0000 (+0100) Subject: lib: move new lldpctl_k_config_cid_string to end of section X-Git-Tag: 1.0.0~21^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d80641ac57f634151010625d9ca9563b48f63fbb;p=thirdparty%2Flldpd.git lib: move new lldpctl_k_config_cid_string to end of section Otherwise, ABI would change. --- diff --git a/src/lib/lldpctl.h b/src/lib/lldpctl.h index 07b86d44..f783f252 100644 --- a/src/lib/lldpctl.h +++ b/src/lib/lldpctl.h @@ -653,7 +653,6 @@ typedef enum { lldpctl_k_config_mgmt_pattern, /**< `(S,WON)` Pattern to choose the management address */ lldpctl_k_config_iface_pattern, /**< `(S,WON)` Pattern of enabled interfaces */ lldpctl_k_config_cid_pattern, /**< `(S)` Interface pattern to choose the chassis ID */ - lldpctl_k_config_cid_string, /**< `(S)` User defined string for the chassis ID */ lldpctl_k_config_description, /**< `(S,WON)` Chassis description overridden */ lldpctl_k_config_platform, /**< `(S,WON)` Platform description overridden (CDP) */ lldpctl_k_config_hostname, /**< `(S,WON)` System name overridden */ @@ -666,6 +665,7 @@ typedef enum { lldpctl_k_config_iface_promisc, /**< `(I,WO)` Enable or disable promiscuous mode on interfaces */ lldpctl_k_config_chassis_cap_advertise, /**< `(I,WO)` Enable or disable chassis capabilities advertisement */ lldpctl_k_config_chassis_mgmt_advertise, /**< `(I,WO)` Enable or disable management addresses advertisement */ + lldpctl_k_config_cid_string, /**< `(S)` User defined string for the chassis ID */ lldpctl_k_interface_name = 1000, /**< `(S)` The interface name. */