From d80641ac57f634151010625d9ca9563b48f63fbb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 30 Dec 2017 12:52:03 +0100 Subject: [PATCH] lib: move new lldpctl_k_config_cid_string to end of section Otherwise, ABI would change. --- src/lib/lldpctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2