if (ron->ro_rt == NULL ||
(ron->ro_rt->rt_flags & RTF_GATEWAY) != 0)
error = EHOSTUNREACH;
else {
rt = ron->ro_rt;
ifp = rt->rt_ifp;
}
goto done;