Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2002 13:52:25 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ipfw ipfw.c
Message-ID:  <200205122052.g4CKqPG57056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2002/05/12 13:52:25 PDT

  Modified files:
    sbin/ipfw            ipfw.c 
  Log:
  Main functional change is the implementation of matching of MAC header
  fields as discussed in the commit to ip_fw.c:1.186
  
  On top of this, a ton of non functional changes to clean up the code,
  write functions to replace sections of code that were replicated
  multiple times (e.g. the printing or matching of flags and options),
  splitting long sections of inlined code into separate functions,
  and the like.
  
  I have tested the code quite a bit, but some typos (using one variable
  in place of another) might have escaped.
  
  The "embedded manpage" is a bit inconsistent, but i am leaving fixing
  it for later. The current format makes no sense, it is over 40 lines
  long and practically unreadable. We can either split it into sections
  ( ipfw -h options  , ipfw -h pipe , ipfw -h queue ...)
  or remove it altogether and refer to the manpage.
  
  Revision  Changes    Path
  1.122     +705 -744  src/sbin/ipfw/ipfw.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?200205122052.g4CKqPG57056>