Date: Fri, 6 Aug 2010 11:58:27 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 ip6_input.c Message-ID: <201008061158.o76BwcPI074806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-08-06 11:58:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet6 ip6_input.c Log: SVN rev 210929 on 2010-08-06 11:58:27Z by bz MFC r210350: Since r186119 IP6 input counters for octets and packets were not working anymore. In addition more checks and operations were missing. In case lla_lookup results in a match, get the ifaddr to update the statistics counters, and check that the address is neither tentative, duplicate or otherwise invalid before accepting the packet. If ok, record the address information in the mbuf. [ as is done in case lla_lookup does not return a result and we go through the FIB ]. Reported by: remko Tested by: remko Revision Changes Path 1.132.2.5 +47 -3 src/sys/netinet6/ip6_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008061158.o76BwcPI074806>