diff options
author | Thomas Haller <thaller@redhat.com> | 2022-07-06 15:22:36 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-07-06 15:22:36 (GMT) |
commit | 1bb416213c7038d0da9a6f5141c611f6dbcefedc (patch) | |
tree | 74644b0e790417b79f49c80ea97762e3761bc891 /lib/utils.c | |
parent | 897ec9c9c5be971810b1303b5920aab90d055481 (diff) | |
download | libnl-libnl3_7_0.zip libnl-libnl3_7_0.tar.gz libnl-libnl3_7_0.tar.bz2 |
libnl-3.7.0 releaselibnl3_7_0
Diffstat (limited to 'lib/utils.c')
-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 124a458..a20f36c 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1219,6 +1219,15 @@ int nl_has_capability (int capability) NL_CAPABILITY_VERSION_3_5_0, NL_CAPABILITY_NL_OBJECT_IDENTICAL_PARTIAL, NL_CAPABILITY_VERSION_3_6_0), + _NL_SET (4, + NL_CAPABILITY_VERSION_3_7_0, + 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. |