From bbc93a2e3072438f16102463bfa0ed97a3ddb009 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 14 Sep 2018 16:44:28 +0200 Subject: [PATCH] libnm: add missing NM_AVAILABLE_IN_1_14 macro to new API Fixes: df30651b8906cfe6a5cb7aef01a220d1f21b80f3 --- libnm-core/nm-setting-ethtool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libnm-core/nm-setting-ethtool.h b/libnm-core/nm-setting-ethtool.h index 6a0458a516..66a9448993 100644 --- a/libnm-core/nm-setting-ethtool.h +++ b/libnm-core/nm-setting-ethtool.h @@ -84,6 +84,7 @@ G_BEGIN_DECLS #define NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION "feature-tx-udp_tnl-segmentation" #define NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT "feature-tx-vlan-stag-hw-insert" +NM_AVAILABLE_IN_1_14 gboolean nm_ethtool_optname_is_feature (const char *optname); /*****************************************************************************/