CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/03 10:25:22
Modified files:
sys/net : if_gre.c if_vxlan.c
sys/netinet6 : ip6_output.c
Log message:
Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDR
calls to m_get/M_GET calls because M_MOVE_PKTHDR() is initialising
the pkthdr and so it is not needed when allocation the header.
OK bluhm@
