diff options
author | Thomas Haller <thaller@redhat.com> | 2017-05-03 08:36:23 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-05-03 08:38:11 (GMT) |
commit | 2e0c4ade6763589bd6a3099386e4435f0aaf2473 (patch) | |
tree | 2b77e591ffaa72dbd9eeb240abb5b65ce3afb1b8 /include | |
parent | 54344bc0631b16eb623bfbd91e6f7b3d03b27c09 (diff) | |
download | libnl-2e0c4ade6763589bd6a3099386e4435f0aaf2473.zip libnl-2e0c4ade6763589bd6a3099386e4435f0aaf2473.tar.gz libnl-2e0c4ade6763589bd6a3099386e4435f0aaf2473.tar.bz2 |
libnl-3.3.0 releaselibnl3_3_0
Signed-off-by: Thomas Haller <thaller@redhat.com>
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 c94b670..f61ef4f 100644 --- a/include/netlink/utils.h +++ b/include/netlink/utils.h @@ -274,6 +274,12 @@ enum { NL_CAPABILITY_XFRM_SP_SEC_CTX_LEN = 26, #define NL_CAPABILITY_XFRM_SP_SEC_CTX_LEN NL_CAPABILITY_XFRM_SP_SEC_CTX_LEN + /** + * The library version is libnl3 3.3.0 or newer. This capability should never be backported. + */ + NL_CAPABILITY_VERSION_3_3_0 = 27, +#define NL_CAPABILITY_VERSION_3_3_0 NL_CAPABILITY_VERSION_3_3_0 + __NL_CAPABILITY_MAX, NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1), #define NL_CAPABILITY_MAX NL_CAPABILITY_MAX |