diff options
author | Thomas Haller <thaller@redhat.com> | 2024-10-30 07:13:01 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2024-10-30 07:13:01 (GMT) |
commit | c7edc38f8e335c18c5e17451d2cb19b9b8d0b48f (patch) | |
tree | d4c629fad713e93ee62b849861014e916df3f192 /include/netlink/utils.h | |
parent | b75e27deb8957a04fd84539cd9a1f772930d17d2 (diff) | |
download | libnl-libnl3_11_0.zip libnl-libnl3_11_0.tar.gz libnl-libnl3_11_0.tar.bz2 |
libnl-3.11.0 releaselibnl3_11_0
Diffstat (limited to 'include/netlink/utils.h')
-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 ac91d4c..9085c39 100644 --- a/include/netlink/utils.h +++ b/include/netlink/utils.h @@ -355,6 +355,12 @@ enum { NL_CAPABILITY_VERSION_3_13_0 = 39, #define NL_CAPABILITY_VERSION_3_13_0 NL_CAPABILITY_VERSION_3_13_0 + /** + * The library version is libnl3 3.14.0 or newer. This capability should never be backported. + */ + NL_CAPABILITY_VERSION_3_14_0 = 40, +#define NL_CAPABILITY_VERSION_3_14_0 NL_CAPABILITY_VERSION_3_14_0 + __NL_CAPABILITY_MAX, NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1), #define NL_CAPABILITY_MAX NL_CAPABILITY_MAX |