From a5cc4f7a43cbf4e9abed6909e77ce9cdccee4322 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Mon, 18 Dec 2017 00:50:10 +0900 Subject: [PATCH] update it --- lib/core/src/unix/tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/unix/tun.c b/lib/core/src/unix/tun.c index f4dfb1e86..385a342a2 100644 --- a/lib/core/src/unix/tun.c +++ b/lib/core/src/unix/tun.c @@ -352,8 +352,8 @@ status_t tun_set_ip(sock_id id, ipsubnet_t *gw, ipsubnet_t *sub) if (gw->family == AF_INET) rv = tun_set_ipv4(id, gw, sub); - else if (gw->family == AF_INET6) #if 0 + else if (gw->family == AF_INET6) rv = tun_set_ipv6(id, gw, sub); #endif else