cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Wed Sep 21 18:46:12 PDT 2005


thompsa     2005-09-22 01:46:11 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
  Log:
  Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on our
  copied mbuf, which keeps the IP header 32-bit aligned. This copied mbuf is
  reinjected back into ether_input and off to the IP routines.
  
  Reported and tested by: Peter van Dijk
  Approved by:            mlaier (mentor)
  MFC after:              3 days
  
  Revision  Changes    Path
  1.22      +1 -1      src/sys/net/if_bridge.c


More information about the cvs-all mailing list