CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/30 03:13:53
Modified files:
sys/net : if_bridge.c
Log message:
Move the specialized m_copym2() preserving the alignment of the payload
after the Ethernet header in its own function and use it in bridge_input().
This should fix alignment issues kettenis@ is seeing.
ok bluhm@, claudio@
