Re: [PATCH IPv6] Separate IPv4 and IPv6 in struct connman_ipconfig so that connman can work with IPv6 only networks.

2010-11-30 Thread Samuel Ortiz
Hi Jukka, My comments below: On Mon, Nov 22, 2010 at 06:11:32PM +0200, Jukka Rissanen wrote: diff --git a/src/ipconfig.c b/src/ipconfig.c index a872dff..2e4a910 100644 --- a/src/ipconfig.c +++ b/src/ipconfig.c @@ -50,8 +50,6 @@ struct connman_ipconfig { enum connman_ipconfig_method

[PATCH IPv6] Separate IPv4 and IPv6 in struct connman_ipconfig so that connman can work with IPv6 only networks.

2010-11-22 Thread Jukka Rissanen
--- include/ipconfig.h |3 +- include/network.h |4 +- plugins/ofono.c|4 +- src/connman.h | 13 ++- src/ipconfig.c | 381 +--- src/ipv4.c |2 +- src/network.c | 150 +