From: Pasi Sjöholm <[email protected]> Patch 1 is required for connman to see the configuration set by slaac (and then again dhcpv6 (nameservers)).
Patch 2 implements support for Protocol-message so that the old configuration will be "reset" to unknown-method until it is set again. Patch 3 makes sure that the old nameservers are cleared in case e.g. ipv6-pdp type is first used and then switched to ipv4v6/dual (they might not have same nameservers defined). Patch 4 is for extract_ipv4_settings not to even try set ip-addres if the configuration from ofono is invalid. Patch 5 fixes the issue that ipv6_method can actually be CONNMAN_IPCONFIG_METHOD_AUTO when ipv4v6/dual is used. Patch 6 makes sure that no old configuration is used by setting method to CONNMAN_IPCONFIG_METHOD_UNKNOWN if no valid configuration is received from ofono for either ipv4 or ipv6. Work was done together with Jarko Poutiainen <[email protected]>. Pasi Sjöholm (6): network: index needs to be set also for ip6config ofono: Implement protocol-message handling for context_changed ofono: Old nameservers need to be cleared ofono: Do not set address or nameservers with invalid configuration ofono: Set CONNMAN_IPCONFIG_METHOD_AUTO when no address defined ofono: make sure valid addresses/methods are used in set_connected plugins/ofono.c | 115 ++++++++++++++++++++++++++++++++++++++------------------ src/network.c | 21 ++++++++--- 2 files changed, 93 insertions(+), 43 deletions(-) -- 2.1.0 _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
