CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/06 01:11:52
Modified files:
sys/netinet6 : nd6_nbr.c
Log message:
When building ND packets use m_align() to pack the mbuf as optimal as
possible. Because of an optional payload maxlen bytes are used on the
m_align so that there is always enough space.
OK florian@
