]> granicus.if.org Git - libnl/commit
link: set ifi_change flags for rtnl_link_build_add_request()
authorThomas Haller <thaller@redhat.com>
Tue, 29 Nov 2016 21:41:46 +0000 (22:41 +0100)
committerThomas Haller <thaller@redhat.com>
Tue, 29 Nov 2016 21:46:01 +0000 (22:46 +0100)
commit6f9620721200d171d6a317573b3c1c00141f036b
tree2d2c6b2bbf28c27ee48e80a4bfdf1175f8974b35
parent15207b583f56c58e598525dd4ea1db5a169be590
link: set ifi_change flags for rtnl_link_build_add_request()

For the add-request, we should set ifi_change flags together with the
ifi_flags. A similar thing is done by rtnl_link_build_change_request()
in commit 34ccb7210f1238f89229c117dc3d28cea7ae00bb.

https://github.com/thom311/libnl/issues/111
include/netlink/utils.h
lib/route/link.c
lib/utils.c