Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 1998 23:43:32 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/netinet ip_fw.c
Message-ID:  <199812310743.XAA17779@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       1998/12/30 23:43:30 PST

  Modified files:
    sys/netinet          ip_fw.c 
  Log:
  Partial fix for when ipfw is used with bridging. Bridged packets
  have all fields in network order, whereas ipfw expects some to be
  in host order. This resulted in some incorrect matching, e.g. some
  packets being identified as fragments, or bandwidth not being
  correctly enforced.
  NOTE: this only affects bridge+ipfw, normal ipfw usage was already
  correct).
  
  Reported-By: Dave Alden and others.
  
  Revision  Changes    Path
  1.103     +22 -24    src/sys/netinet/ip_fw.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?199812310743.XAA17779>