summaryrefslogtreecommitdiff
path: root/src/ipconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipconfig.c')
-rw-r--r--src/ipconfig.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ipconfig.c b/src/ipconfig.c
index 36067db2..f7044431 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);