Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 1996 17:22:22 -0700 (PDT)
From:      Alex Nash <alex>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet ip_fw.c
Message-ID:  <199606250022.RAA26052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

alex        96/06/24 17:22:22

  Modified:    sys/netinet  ip_fw.c
  Log:
  Allow fragment checking to work with specific protocols.
  Reviewed by:	phk
  
  Reject the addition of rules that will never match (for example,
  1.2.3.4:255.255.255.0).  User level utilities specify the policy by either
  masking the IP address for the user (as ipfw(8) does) or rejecting the
  entry with an error.  In either case, the kernel should not modify chain
  entries to make them work.
  
  Revision  Changes    Path
  1.42      +26 -16    src/sys/netinet/ip_fw.c



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