summaryrefslogtreecommitdiff
path: root/include/netlink
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-01 16:19:02 +0200
committerThomas Haller <thaller@redhat.com>2019-09-01 16:19:02 +0200
commit7b167ef85f6eb4d7faca349302478b2dc121e309 (patch)
treef21c130510b824543c0ced8e65c62c232e69b046 /include/netlink
parent2c862a606bc18a9e17bc764db1d3ef2cc1b2e368 (diff)
downloadlibnl-7b167ef85f6eb4d7faca349302478b2dc121e309.tar.gz
libnl-3.5.0 release
Diffstat (limited to 'include/netlink')
-rw-r--r--include/netlink/utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/netlink/utils.h b/include/netlink/utils.h
index dc22c9d8..b05ce661 100644
--- a/include/netlink/utils.h
+++ b/include/netlink/utils.h
@@ -294,6 +294,12 @@ enum {
NL_CAPABILITY_ROUTE_FIX_VLAN_SET_EGRESS_MAP = 29,
#define NL_CAPABILITY_ROUTE_FIX_VLAN_SET_EGRESS_MAP NL_CAPABILITY_ROUTE_FIX_VLAN_SET_EGRESS_MAP
+ /**
+ * The library version is libnl3 3.5.0 or newer. This capability should never be backported.
+ */
+ NL_CAPABILITY_VERSION_3_5_0 = 30,
+#define NL_CAPABILITY_VERSION_3_5_0 NL_CAPABILITY_VERSION_3_5_0
+
__NL_CAPABILITY_MAX,
NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1),
#define NL_CAPABILITY_MAX NL_CAPABILITY_MAX