From: Elena Tebesoi <elena.tebe...@gmail.com>

This patch makes possible configuring a GPRS connection with
IPV6 settings and without gateway.
---
 src/ipconfig.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/ipconfig.c b/src/ipconfig.c
index 36067db..f704443 100644
--- a/src/ipconfig.c
+++ b/src/ipconfig.c
@@ -169,9 +169,6 @@ int connman_ipaddress_set_ipv6(struct connman_ipaddress 
*ipaddress,
        if (check_ipv6_address(address) == FALSE)
                return -EINVAL;
 
-       if (check_ipv6_address(gateway) == FALSE)
-               return -EINVAL;
-
        DBG("prefix_len %d address %s gateway %s",
                        prefix_length, address, gateway);
 
-- 
1.7.12.rc1.16.g05a20c8

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to