diff options
author | Thomas Haller <thaller@redhat.com> | 2016-12-30 14:57:00 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-12-30 14:57:01 (GMT) |
commit | c560a37f193dd6d1ae9c4db94eafa8a69f843419 (patch) | |
tree | 8dd348afcc986bfa61f9074045244a97f551a755 /lib | |
parent | 69526c6cdcecc11dcf9ec690b531f9c89ff14b06 (diff) | |
download | libnl-c560a37f193dd6d1ae9c4db94eafa8a69f843419.zip libnl-c560a37f193dd6d1ae9c4db94eafa8a69f843419.tar.gz libnl-c560a37f193dd6d1ae9c4db94eafa8a69f843419.tar.bz2 |
libnl-3.2.29 releaselibnl3_2_29
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utils.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/utils.c b/lib/utils.c index 77cb4b1..1c9e594 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1193,6 +1193,15 @@ int nl_has_capability (int capability) NL_CAPABILITY_XFRM_SEC_CTX_LEN, NL_CAPABILITY_LINK_BUILD_ADD_REQUEST_SET_CHANGE, NL_CAPABILITY_NL_RECVMSGS_PEEK_BY_DEFAULT), + _NL_SET (3, + NL_CAPABILITY_VERSION_3_2_29, + 0, + 0, + 0, + 0, + 0, + 0, + 0), /* 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. |