---
src/connection.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/connection.c b/src/connection.c
index c7159fe..c4c8643 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -702,9 +702,6 @@ int __connman_connection_gateway_add(struct connman_service
*service,
if (type == CONNMAN_IPCONFIG_TYPE_IPV4 &&
new_gateway->ipv4_gateway != NULL &&
new_gateway->ipv4_gateway->vpn == TRUE) {
- connman_inet_add_host_route(active_gateway->index,
- new_gateway->ipv4_gateway->gateway,
- active_gateway->ipv4_gateway->gateway);
connman_inet_clear_gateway_address(active_gateway->index,
active_gateway->ipv4_gateway->gateway);
}
@@ -712,9 +709,6 @@ int __connman_connection_gateway_add(struct connman_service
*service,
if (type == CONNMAN_IPCONFIG_TYPE_IPV6 &&
new_gateway->ipv6_gateway != NULL &&
new_gateway->ipv6_gateway->vpn == TRUE) {
- connman_inet_add_ipv6_host_route(active_gateway->index,
- new_gateway->ipv6_gateway->gateway,
- active_gateway->ipv6_gateway->gateway);
connman_inet_clear_ipv6_gateway_address(active_gateway->index,
active_gateway->ipv6_gateway->gateway);
}
--
1.7.1
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman