diff options
author | Thomas Haller <thaller@redhat.com> | 2016-06-29 08:25:13 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-06-29 08:26:24 (GMT) |
commit | 3711d44e3209a1262019d275842394faa93c605b (patch) | |
tree | 4b3f19f328fdea858f977a5f42e5cddebadcf28b /lib | |
parent | 62f0fdb9c150779d04e2d83d2916b74f8789e076 (diff) | |
download | libnl-3711d44e3209a1262019d275842394faa93c605b.zip libnl-3711d44e3209a1262019d275842394faa93c605b.tar.gz libnl-3711d44e3209a1262019d275842394faa93c605b.tar.bz2 |
route/addr: add capability NL_CAPABILITY_RTNL_ADDR_PEER_FIX to indicate address fixes
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib')
-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 0c91c97..ecaed5c 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1162,7 +1162,7 @@ int nl_has_capability (int capability) NL_CAPABILITY_NL_OBJECT_DIFF64), _NL_SET (2, NL_CAPABILITY_XFRM_SA_KEY_SIZE, - 0, + NL_CAPABILITY_RTNL_ADDR_PEER_FIX, 0, 0, 0, |