]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r281309:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Apr 2015 19:41:29 +0000 (19:41 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Apr 2015 19:41:29 +0000 (19:41 +0000)
commit64f3984bc9b8099feec273bd1b23a303222450eb
tree9163500bd5a7fd7d5e7fb16cbc21f5f993d66331
parentfb7778f37efd8cc0142548e5a9be40813cfa5ef3
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: 199304

git-svn-id: svn://svn.freebsd.org/base/stable/10@281866 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet6/nd6_nbr.c