Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2001 16:56:27 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ipfw ipfw.8 ipfw.c
Message-ID:  <200106042356.f54NuRF32225@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2001/06/04 16:56:27 PDT

  Modified files:
    sbin/ipfw            ipfw.8 ipfw.c 
  Log:
  Invert the meaning of the -d option (i.e. default to *not* list dynamic rules,
  but list them if -d was specified).
  
  Avoid listing expired dynamic rules unless the (new) -e option was specified.
  
  If specific rule numbers were listed on the command line, and the -d flag was
  specified, only list dynamic rules that match the specified rule numbers.
  
  Try to partly clean up the bleeding mess this file has become.  If there is
  any justice in this world, the responsible parties (you know who you are!)
  should expect to wake up one morning with a horse's head in their bed.  The
  code still looks like spaghetti, but at least now it's *properly intented*
  spaghetti (hmm?  did somebody say "tagliatelle"?).
  
  Revision  Changes      Path
  1.85      +9 -5        src/sbin/ipfw/ipfw.8
  1.103     +1151 -1114  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?200106042356.f54NuRF32225>