diff options
author | Thomas Haller <thaller@redhat.com> | 2023-12-04 11:43:25 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-12-04 11:43:25 (GMT) |
commit | bdf83151326e365f137fe0e36dc9b1b7aeb1cf33 (patch) | |
tree | bbdad52cd57f071e50eeca79cbd290f884a57dd1 /include | |
parent | aa7353fde8532355e2582dc99d06855b94e96cf9 (diff) | |
download | libnl-bdf83151326e365f137fe0e36dc9b1b7aeb1cf33.zip libnl-bdf83151326e365f137fe0e36dc9b1b7aeb1cf33.tar.gz libnl-bdf83151326e365f137fe0e36dc9b1b7aeb1cf33.tar.bz2 |
libnl-3.9.0 releaselibnl3_9_0
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/netlink/utils.h b/include/netlink/utils.h index 6c65b1f..11a6b93 100644 --- a/include/netlink/utils.h +++ b/include/netlink/utils.h @@ -325,6 +325,12 @@ enum { 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 |