summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-11-01 01:59:28 +0000
committerjoe <joe@FreeBSD.org>2000-11-01 01:59:28 +0000
commitcfd1f32fed6579a7fc1bd6763601acaadbda733b (patch)
treec4cd5aa617fe248b64afc2b7d86d1691eb2ed3db /sys/netinet
parent8439699ccadcf133c75c4489ebaa6aaeadf5867d (diff)
downloadFreeBSD-src-cfd1f32fed6579a7fc1bd6763601acaadbda733b.zip
FreeBSD-src-cfd1f32fed6579a7fc1bd6763601acaadbda733b.tar.gz
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
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index 2e7976b..21cdc0c 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -766,7 +766,7 @@ pass:
goto bad;
}
} else {
- /* nobody uses ia beyond here */
+ ia = ifatoia(ro->ro_rt->rt_ifa);
ifp = ro->ro_rt->rt_ifp;
}
OpenPOWER on IntegriCloud