Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2006 05:37:25 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_bridge.c
Message-ID:  <200604290537.k3T5bPXC071830@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2006-04-29 05:37:25 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
  Log:
  Add support for fragmenting ipv4 packets.
  
  The packet filter may reassemble the ip fragments and return a packet that is
  larger than the MTU of the sending interface. There is no check for DF or icmp
  replies as we can only get a large packet to fragment by reassembling a
  previous fragment, and this only happens after a call to pfil(9).
  
  Obtained from:  OpenBSD (mostly)
  Glanced at by:  mlaier
  MFC after:      1 month
  
  Revision  Changes    Path
  1.59      +85 -7     src/sys/net/if_bridge.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604290537.k3T5bPXC071830>