Searched hist:210350 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.cdiff 210350 Wed Jul 21 11:08:22 MDT 2010 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

Completed in 217 milliseconds