diff options
author | Thomas Haller <thaller@redhat.com> | 2016-02-12 17:20:35 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-02-12 17:20:42 (GMT) |
commit | 926e7777e3121bedd555359ec2b36ec522cf879d (patch) | |
tree | 70a2a6e50f333857749c52cd7c4f2aaea4a54427 /lib/utils.c | |
parent | 040055dbaad7fd59d865f77695884216c330df6a (diff) | |
download | libnl-926e7777e3121bedd555359ec2b36ec522cf879d.zip libnl-926e7777e3121bedd555359ec2b36ec522cf879d.tar.gz libnl-926e7777e3121bedd555359ec2b36ec522cf879d.tar.bz2 |
lib/utils: add NL_CAPABILITY_NL_OBJECT_DIFF64 capability
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib/utils.c')
-rw-r--r-- | lib/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.c b/lib/utils.c index 3258946..85beb86 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1159,7 +1159,7 @@ int nl_has_capability (int capability) NL_CAPABILITY_RTNL_LINK_PARSE_GRE_REMOTE, NL_CAPABILITY_RTNL_LINK_VLAN_INGRESS_MAP_CLEAR, NL_CAPABILITY_RTNL_LINK_VXLAN_IO_COMPARE, - 0), + NL_CAPABILITY_NL_OBJECT_DIFF64), /* IMPORTANT: these capability numbers are intended to be universal and stable * for libnl3. Don't allocate new numbers on your own that differ from upstream * libnl3. |