diff options
author | Thomas Haller <thaller@redhat.com> | 2022-04-14 13:59:21 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-04-14 13:59:21 (GMT) |
commit | cacaa5fd2f583e3c3fd2bc7f6439948cf056c9a2 (patch) | |
tree | 143b65919aff1b59c2c590d393839dac41651a0e /lib/utils.c | |
parent | 855c02f332f0f79f6396318beee00cce7d4bbe4e (diff) | |
download | libnl-cacaa5fd2f583e3c3fd2bc7f6439948cf056c9a2.zip libnl-cacaa5fd2f583e3c3fd2bc7f6439948cf056c9a2.tar.gz libnl-cacaa5fd2f583e3c3fd2bc7f6439948cf056c9a2.tar.bz2 |
libnl-3.6.0 releaselibnl3_6_0
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 1448931..124a458 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1218,7 +1218,7 @@ int nl_has_capability (int capability) NL_CAPABILITY_ROUTE_FIX_VLAN_SET_EGRESS_MAP, NL_CAPABILITY_VERSION_3_5_0, NL_CAPABILITY_NL_OBJECT_IDENTICAL_PARTIAL, - 0), + NL_CAPABILITY_VERSION_3_6_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. |