summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-29 08:00:24 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-29 09:02:41 (GMT)
commit6b2533c02813ce21b27ea8318fbe1af95652a39e (patch)
treec8f0cfd073b8804fa5cb1cc2883382ff786f8caa /include
parent6be46afabdf9763199976473121d065a222b97f3 (diff)
downloadlibnl-6b2533c02813ce21b27ea8318fbe1af95652a39e.zip
libnl-6b2533c02813ce21b27ea8318fbe1af95652a39e.tar.gz
libnl-6b2533c02813ce21b27ea8318fbe1af95652a39e.tar.bz2
libnl-3.8.0 releaselibnl3_8_0
Diffstat (limited to 'include')
-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 c62df82..6c65b1f 100644
--- a/include/netlink/utils.h
+++ b/include/netlink/utils.h
@@ -319,6 +319,12 @@ enum {
NL_CAPABILITY_VERSION_3_7_0 = 33,
#define NL_CAPABILITY_VERSION_3_7_0 NL_CAPABILITY_VERSION_3_7_0
+ /**
+ * The library version is libnl3 3.8.0 or newer. This capability should never be backported.
+ */
+ NL_CAPABILITY_VERSION_3_8_0 = 34,
+#define NL_CAPABILITY_VERSION_3_8_0 NL_CAPABILITY_VERSION_3_8_0
+
__NL_CAPABILITY_MAX,
NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1),
#define NL_CAPABILITY_MAX NL_CAPABILITY_MAX