Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2002 10:27:30 -0800 (PST)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_ether.c
Message-ID:  <200202051827.g15IRUK64306@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2002/02/05 10:27:30 PST

  Modified files:
    sys/netgraph         ng_ether.c 
  Log:
  The hardware checksum code makes the assumption that a packet routed out
  a particular Ethernet interface will actually be delivered by (only) that
  device driver. This is not necessarily true when ng_ether(4) is used.
  
  To word around this, while a ng_ether(4)'s "upper" hook is connected,
  turn off all hardware checksum, fragmentation, etc., features for that
  interface.
  
  PR:             kern/31586
  MFC after:      1 week
  
  Revision  Changes    Path
  1.22      +9 -2      src/sys/netgraph/ng_ether.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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