Date: Wed, 21 Jul 2010 13:01:21 +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: <201007211835.o6LIZr2o000493@repoman.freebsd.org>
index | next in thread | raw e-mail
bz 2010-07-21 13:01:21 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_input.c
Log:
SVN rev 210350 on 2010-07-21 13:01:21Z by bz
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
MFC after: 2 weeks
Revision Changes Path
1.143 +47 -3 src/sys/netinet6/ip6_input.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007211835.o6LIZr2o000493>
