[PATCH] connmanctl: install binary with manpage to system when client is enabled

2015-02-09 Thread tcech
From: Tomáš Čech Until now neither connmanctl nor its main page were installed to target system during `make install' phase. Distributions which adopted connman copied connmanctl by hand manually. connmanctl is mature enough to be installed by default when client build is enabled. --- Makefile.a

Re: [RFC] ofono: Set ipconfig off if indicated that the protocol is not used

2015-02-09 Thread Pasi Sjöholm
On 09.02.2015 10:00, Pasi Sjöholm wrote: > Otherwise everything else looks ok, but Protocol-message will never > happen when modem->active is true. At least I don't have a modem which > would allow changing protocol when modem is connected. And by this I mean the two lines below could be remove

[PATCH 1/2] ofono: always set configuration method when connected

2015-02-09 Thread pasi . sjoholm
From: Pasi Sjöholm If configuration method is not always set the ConnMan will use previously set configuration from previous connections. --- plugins/ofono.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index fabbf7c..b79cb

[PATCH 2/2] ofono: do not reset method if its _OFF

2015-02-09 Thread pasi . sjoholm
From: Pasi Sjöholm Method must not be reset from _OFF when disconnecting but only through Protocol-message handling. --- plugins/ofono.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index b79cb0c..d18130e 100644 --- a/plugins/ofono

[PATCH 0/2] ofono IPv6 patching

2015-02-09 Thread pasi . sjoholm
From: Pasi Sjöholm These two patches are additional work againts [RFC] ofono: Set ipconfig off if indicated that the protocol is not used Pasi Sjöholm (2): ofono: always set configuration method when connected ofono: do not reset method if its _OFF plugins/ofono.c | 23 +---

[PATCH 3/3] network: make sure that IPv6 is enabled with autoconfiguration

2015-02-09 Thread pasi . sjoholm
From: Pasi Sjöholm Previously IPv6 enabled with manual_ipv6_net but not with autoconfiguration. --- src/network.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/network.c b/src/network.c index d30520e..3a52285 100644 --- a/src/network.c +++ b/src/network.c @@ -614,6 +614,8 @@ static v

[PATCH 0/3] various IPv6 fixes

2015-02-09 Thread pasi . sjoholm
From: Pasi Sjöholm Found these problems while playing with IPv4/6-only connections while other ip-version method is set to OFF. Pasi Sjöholm (3): network: disable IPv6 completely if method is off network: fix eternal associating/connecting with IPv6-only network: make sure that IPv6 is ena

[PATCH 2/3] network: fix eternal associating/connecting with IPv6-only

2015-02-09 Thread pasi . sjoholm
From: Pasi Sjöholm It was possible with IPv6-only networks to have eternal associating/connecting variable set as true, especially when ipv4 configuration method was OFF. --- src/network.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/network.c b/src/network.

[PATCH 1/3] network: disable IPv6 completely if method is off

2015-02-09 Thread pasi . sjoholm
From: Pasi Sjöholm If method is set off for IPv6 then it should be completely disabled and not to allow kernel autoconfigure the addresses for the service. --- src/network.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/network.c b/src/network.c index 94440dc..db1

Re: [RFC] ofono: Set ipconfig off if indicated that the protocol is not used

2015-02-09 Thread Pasi Sjöholm
On 06.02.2015 15:43, Patrik Flykt wrote: > @@ -1261,6 +1312,17 @@ static gboolean context_changed(DBusConnection *conn, > > remove_network(modem); > } > + > + } else if (g_str_equal(key, "Protocol") && > + dbus_message_iter_get_arg_type(&value)