Re: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-09-24 Thread Tore Anderson
* Mathieu Trudel-Lapierre > Set ip6_config to NULL when it's declared at nm-device.c:1449. It > will get assigned something as needed, it's the lines between 1449 > and 1477 that do the initialization. If it's still NULL at that > point, then at least it's initialized to NULL and that's what will

Re: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-09-19 Thread Mathieu Trudel-Lapierre
On Sat, Sep 17, 2011 at 4:53 AM, Tore Anderson wrote: > Problem #1: > nm-device.c: In function 'handle_dhcp_lease_change': > nm-device.c:1450:22: error: unused variable 's_ip6' [-Werror=unused-variable] > cc1: all warnings being treated as errors As below, you just need to remove it. > > Problem

Re: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-09-17 Thread Tore Anderson
* Mathieu Trudel-Lapierre > See attached, a respin of the patch. Hi Mathieu, I attempted to give this patch a try on top of NM 0.9.0 on F15, but I fail to get it to compile. Problem #1: nm-device.c: In function 'handle_dhcp_lease_change': nm-device.c:1450:22: error: unused variable 's_ip6' [-We

Re: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-09-16 Thread Mathieu Trudel-Lapierre
rmox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 From: Mathieu Trudel-Lapierre Date: Mon, 25 Jul 2011 17:43:48 -0400 Subject: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel Forwarded: http://mail.gnome.org/archives/networkm

Re: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-07-30 Thread Dan Williams
On Mon, 2011-07-25 at 18:12 -0400, Mathieu Trudel-Lapierre wrote: > Hi, > > We don't really need to wait before both IPv4 and IPv6 are established before > applying all the settings to the device. Instead, we can apply each separately > when they are ready, which will bring up the interface sooner

[PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-07-25 Thread Mathieu Trudel-Lapierre
8C93 From 88ffb52bc20070bec0c88ebac76e562f3a14ed6e Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 25 Jul 2011 17:43:48 -0400 Subject: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel We don't really need to wait before both IPv4 and IPv6 are established before applying all the setting