summaryrefslogtreecommitdiff
path: root/include/netlink/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/utils.h')
-rw-r--r--include/netlink/utils.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/netlink/utils.h b/include/netlink/utils.h
index c62df828..11a6b931 100644
--- a/include/netlink/utils.h
+++ b/include/netlink/utils.h
@@ -319,6 +319,18 @@ 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
+
+ /**
+ * The library version is libnl3 3.9.0 or newer. This capability should never be backported.
+ */
+ NL_CAPABILITY_VERSION_3_9_0 = 35,
+#define NL_CAPABILITY_VERSION_3_9_0 NL_CAPABILITY_VERSION_3_9_0
+
__NL_CAPABILITY_MAX,
NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1),
#define NL_CAPABILITY_MAX NL_CAPABILITY_MAX