HomeFreeBSD

Fix the check for maximum mbuf's size needed to send ND6 NA and NS.

Description

Fix the check for maximum mbuf's size needed to send ND6 NA and NS.
It is acceptable that the size can be equal to MCLBYTES. In the later
KAME's code this check has been moved under DIAGNOSTIC ifdef, because
the size of NA and NS is much smaller than MCLBYTES. So, it is safe to
replace the check with KASSERT.

PR: 199304
Discussed with: glebius
MFC after: 1 week

Details

Provenance
aeAuthored on
Parents
rS281308: Add R_AARCH64_NONE, the null relocation.
Branches
Unknown
Tags
Unknown

Event Timeline