summaryrefslogtreecommitdiffstats
path: root/include/netlink/utils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-07-06 15:22:36 (GMT)
committerThomas Haller <thaller@redhat.com>2022-07-06 15:22:36 (GMT)
commit1bb416213c7038d0da9a6f5141c611f6dbcefedc (patch)
tree74644b0e790417b79f49c80ea97762e3761bc891 /include/netlink/utils.h
parent897ec9c9c5be971810b1303b5920aab90d055481 (diff)
downloadlibnl-libnl3_7_0.zip
libnl-libnl3_7_0.tar.gz
libnl-libnl3_7_0.tar.bz2
libnl-3.7.0 releaselibnl3_7_0
Diffstat (limited to 'include/netlink/utils.h')
-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 62652b1..c62df82 100644
--- a/include/netlink/utils.h
+++ b/include/netlink/utils.h
@@ -313,6 +313,12 @@ enum {
NL_CAPABILITY_VERSION_3_6_0 = 32,
#define NL_CAPABILITY_VERSION_3_6_0 NL_CAPABILITY_VERSION_3_6_0
+ /**
+ * The library version is libnl3 3.7.0 or newer. This capability should never be backported.
+ */
+ NL_CAPABILITY_VERSION_3_7_0 = 33,
+#define NL_CAPABILITY_VERSION_3_7_0 NL_CAPABILITY_VERSION_3_7_0
+
__NL_CAPABILITY_MAX,
NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1),
#define NL_CAPABILITY_MAX NL_CAPABILITY_MAX