From d82e49e384c45b637febbfc06485e9ce8ca1dac1 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 9 Dec 2010 13:11:48 +0200 Subject: [PATCH] ipconfig: Allow more than one IP address per device --- src/ipconfig.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ipconfig.c b/src/ipconfig.c index 62323c7..fe99b81 100644 --- a/src/ipconfig.c +++ b/src/ipconfig.c @@ -649,9 +649,6 @@ void __connman_ipconfig_newaddr(int index, int family, const char *label, if ((ipdevice->flags & (IFF_RUNNING | IFF_LOWER_UP)) != (IFF_RUNNING | IFF_LOWER_UP)) return; - if (g_slist_length(ipdevice->address_list) > 1) - return; - for (list = g_list_first(ipconfig_list); list; list = g_list_next(list)) { struct connman_ipconfig *ipconfig = list->data; -- 2.7.4