diff options
author | Thomas Haller <thaller@redhat.com> | 2015-03-30 11:17:17 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-03-30 11:17:17 (GMT) |
commit | 8f5c65beee10598eb3264494963773e7b44a85e5 (patch) | |
tree | 4865c66deedcc724a838d1bbaacab1163589ef37 /include/netlink | |
parent | 31d7d193934ba14ac9102b6966c8863b3676e6d4 (diff) | |
download | libnl-8f5c65beee10598eb3264494963773e7b44a85e5.zip libnl-8f5c65beee10598eb3264494963773e7b44a85e5.tar.gz libnl-8f5c65beee10598eb3264494963773e7b44a85e5.tar.bz2 |
libnl-3.2.26 releaselibnl3_2_26
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/netlink')
-rw-r--r-- | include/netlink/utils.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/netlink/utils.h b/include/netlink/utils.h index c609c6c..ac448c5 100644 --- a/include/netlink/utils.h +++ b/include/netlink/utils.h @@ -126,9 +126,15 @@ enum { * address timestamps and expiry when comparing struct rtnl_addr objects with * nl_object_diff(). */ - NL_CAPABILITY_ROUTE_ADDR_COMPARE_CACHEINFO = 6, + NL_CAPABILITY_ROUTE_ADDR_COMPARE_CACHEINFO = 6, #define NL_CAPABILITY_ROUTE_ADDR_COMPARE_CACHEINFO NL_CAPABILITY_ROUTE_ADDR_COMPARE_CACHEINFO + /** + * The library version is libnl3 3.2.26 or newer. This capability should never be backported. + */ + NL_CAPABILITY_VERSION_3_2_26 = 7, +#define NL_CAPABILITY_VERSION_3_2_26 NL_CAPABILITY_VERSION_3_2_26 + __NL_CAPABILITY_MAX, NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1), #define NL_CAPABILITY_MAX NL_CAPABILITY_MAX |