diff options
author | Thomas Haller <thaller@redhat.com> | 2022-04-14 13:59:21 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-04-14 13:59:21 (GMT) |
commit | cacaa5fd2f583e3c3fd2bc7f6439948cf056c9a2 (patch) | |
tree | 143b65919aff1b59c2c590d393839dac41651a0e /include | |
parent | 855c02f332f0f79f6396318beee00cce7d4bbe4e (diff) | |
download | libnl-cacaa5fd2f583e3c3fd2bc7f6439948cf056c9a2.zip libnl-cacaa5fd2f583e3c3fd2bc7f6439948cf056c9a2.tar.gz libnl-cacaa5fd2f583e3c3fd2bc7f6439948cf056c9a2.tar.bz2 |
libnl-3.6.0 releaselibnl3_6_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 071929e..08be8e5 100644 --- a/include/netlink/utils.h +++ b/include/netlink/utils.h @@ -301,6 +301,12 @@ enum { NL_CAPABILITY_NL_OBJECT_IDENTICAL_PARTIAL = 31, #define NL_CAPABILITY_NL_OBJECT_IDENTICAL_PARTIAL NL_CAPABILITY_NL_OBJECT_IDENTICAL_PARTIAL + /** + * The library version is libnl3 3.6.0 or newer. This capability should never be backported. + */ + NL_CAPABILITY_VERSION_3_6_0 = 32, +#define NL_CAPABILITY_VERSION_3_6_0 NL_CAPABILITY_VERSION_3_6_0 + __NL_CAPABILITY_MAX, NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1), #define NL_CAPABILITY_MAX NL_CAPABILITY_MAX |