It's no longer true that "nobody uses ia beyond here"; it's now

used to keep address based if_data statistics in.

Submitted by:	ru
This commit is contained in:
joe 2000-11-01 01:59:28 +00:00
parent 8439699cca
commit cfd1f32fed

View File

@ -766,7 +766,7 @@ ip_output(m0, opt, ro, flags, imo)
goto bad;
}
} else {
/* nobody uses ia beyond here */
ia = ifatoia(ro->ro_rt->rt_ifa);
ifp = ro->ro_rt->rt_ifp;
}