]> granicus.if.org Git - libnl/commit
link: set ifi_change in link message
authormatben2 <matt.bennett@alliedtelesis.co.nz>
Thu, 9 Jul 2015 05:40:18 +0000 (17:40 +1200)
committerThomas Haller <thaller@redhat.com>
Thu, 9 Jul 2015 20:33:32 +0000 (22:33 +0200)
commit34ccb7210f1238f89229c117dc3d28cea7ae00bb
treeb94efa7ef764965bf875973c0c6f6373ffd669e3
parent371226b834b662e6ad99400ffc20450e574ca5c2
link: set ifi_change in link message

The ifi_change field can be set with the mask of the flags that need
to be changed as part of the link message to the kernel. This means only
the specific flags that have been changed will be modified in the kernel,
rather than the entire flags entry.

[thaller@redhat.com: add capability to indicate the change in behavior]

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