summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thom311@gmail.com>2025-12-04 20:57:38 (GMT)
committerThomas Haller <thom311@gmail.com>2025-12-04 20:57:38 (GMT)
commit43878680c994989f16637dc47be19bb8dc154985 (patch)
tree0612ad2c29a208208c8cf3337c80062e3e5f3949 /include
parentb028e1273fa41ff1c71c1e6af914bb4b9bd56a76 (diff)
downloadlibnl-libnl3_12_0.zip
libnl-libnl3_12_0.tar.gz
libnl-libnl3_12_0.tar.bz2
libnl-3.11.0 releaselibnl3_12_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 70886d3..8856ddb 100644
--- a/include/netlink/utils.h
+++ b/include/netlink/utils.h
@@ -368,6 +368,12 @@ enum {
NL_CAPABILITY_ROUTE_FIX_PARSE_BONDING = 41,
#define NL_CAPABILITY_ROUTE_FIX_PARSE_BONDING NL_CAPABILITY_ROUTE_FIX_PARSE_BONDING
+ /**
+ * The library version is libnl3 3.15.0 or newer. This capability should never be backported.
+ */
+ NL_CAPABILITY_VERSION_3_15_0 = 42,
+#define NL_CAPABILITY_VERSION_3_15_0 NL_CAPABILITY_VERSION_3_15_0
+
__NL_CAPABILITY_MAX,
NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1),
#define NL_CAPABILITY_MAX NL_CAPABILITY_MAX