NetworkManager/src/platform
Thomas Haller 2a579f05fe platform: add NM_IP_CONFIG_SOURCE_IP6LL source type
We already have IP4LL and maybe should re-use that also for IPv6.
However, when adding the prefix route for IPv6 link local addresses,
we want to add it with protocol "kernel", unlike "user" for IPv4.

There is no strong reason for this. I don't think the protocol matters
much. But up to now kernel automatically adds this prefix route, so
as we are going to change that and let NetworkManager add it, keep the
protocol at "kernel".
2018-04-04 14:57:07 +02:00
..
tests platform: don't require cloned flag for RTM_GETROUTE IPv6 result 2018-03-05 18:47:25 +01:00
wifi platform: move genl_ctrl_resolve to nm-netlink.c 2018-03-30 22:09:04 +02:00
nm-fake-platform.c wifi: always build nl80211 CRIT_PROTOCOL support 2018-01-15 20:29:26 +01:00
nm-fake-platform.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-linux-platform.c core/platform: add support for TUN/TAP netlink support and various cleanup 2018-03-20 11:59:52 +01:00
nm-linux-platform.h platform: use NMDedupMultiIndex for routes in NMPCache 2017-07-05 18:37:38 +02:00
nm-netlink.c platform: move genl_ctrl_resolve to nm-netlink.c 2018-03-30 22:09:04 +02:00
nm-netlink.h platform: move genl_ctrl_resolve to nm-netlink.c 2018-03-30 22:09:04 +02:00
nm-platform-private.h platform: expose emit-signal function from platform 2017-07-05 18:37:39 +02:00
nm-platform-utils.c platform: add NM_IP_CONFIG_SOURCE_IP6LL source type 2018-04-04 14:57:07 +02:00
nm-platform-utils.h udev: drop libgudev in favor of libudev 2017-03-22 12:41:06 +01:00
nm-platform.c platform: reorder failure checks in nm_platform_ip_route_sync() 2018-03-26 16:56:05 +02:00
nm-platform.h core: add nm_ip6_config_find_first_address() function and refactor lookup of code 2018-03-20 15:24:38 +01:00
nmp-netns.c platform/netns: don't try to overlay ro /sys with a rw one 2018-02-12 20:46:47 +01:00
nmp-netns.h core: cleanup implementation of nm_auto* macros to use nm_auto() 2017-10-11 08:43:40 +02:00
nmp-object.c core/platform: add support for TUN/TAP netlink support and various cleanup 2018-03-20 11:59:52 +01:00
nmp-object.h platform: assert for valid argument in nmp_object_unref() 2018-03-22 16:49:38 +01:00