HomeFreeBSD

MFC r281309:

Description

MFC r281309:

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:		[[ https://bugs.freebsd.org/199304 | 199304 ]]

Details

Provenance
aeAuthored on
Parents
rS281865: MFC: r281324
Branches
Unknown
Tags
Unknown