update it

This commit is contained in:
Sukchan Lee 2017-12-18 00:50:10 +09:00
parent 73fb7e1c30
commit a5cc4f7a43
1 changed files with 1 additions and 1 deletions

View File

@ -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