Routing loops are avoided using the VPNService API protect API
---
 src/openvpn/route.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/openvpn/route.c b/src/openvpn/route.c
index 3959abd..7e4a766 100644
--- a/src/openvpn/route.c
+++ b/src/openvpn/route.c
@@ -768,6 +768,7 @@ init_route_ipv6_list (struct route_ipv6_list *rl6,
             r6->next = rl6->routes_ipv6;
             rl6->routes_ipv6 = r6;

+#ifndef TARGET_ANDROID
            if ( remote_host_ipv6 &&
                  route_ipv6_match_host( r6, remote_host_ipv6 ) )
              {
@@ -776,7 +777,8 @@ init_route_ipv6_list (struct route_ipv6_list *rl6,
                        print_in6_addr (r6->network, 0, &gc), r6->netbits,
                        print_in6_addr (*remote_host_ipv6, 0, &gc));
              }
-          }
+#endif
+         }
       }
   }

-- 
2.3.2 (Apple Git-55)


Reply via email to