fallback to family specific %any(6) if kernel lookup fails

This commit is contained in:
Martin Willi
2009-03-16 14:23:36 +00:00
parent 8065780f4a
commit 9717826f10
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -1102,6 +1102,12 @@ static void resolve_hosts(private_ike_sa_t *this)
{
host->set_port(host, IKEV2_UDP_PORT);
}
else
{ /* fallback to address family specific %any(6), if configured */
host = host_create_from_dns(
this->ike_cfg->get_my_addr(this->ike_cfg),
0, IKEV2_UDP_PORT);
}
}
}
if (host)