Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Aug 1999 09:57:25 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in.h ip_fw.c ip_fw.h raw_ip.c src/sbin/ipfw ipfw.8 ipfw.c
Message-ID:  <199908011657.JAA44866@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       1999/08/01 09:57:25 PDT

  Modified files:
    sys/netinet          in.h ip_fw.c ip_fw.h raw_ip.c 
    sbin/ipfw            ipfw.8 ipfw.c 
  Log:
    Make ipfw's logging more dynamic. Now, log will use the default limit
  _or_ you may specify "log logamount number" to set logging specifically
  the rule.
     In addition, "ipfw resetlog" has been added, which will reset the
  logging counters on any/all rule(s). ipfw resetlog does not affect
  the packet/byte counters (as ipfw reset does), and is the only "set"
  command that can be run at securelevel >= 3.
     This should address complaints about not being able to set logging
  amounts, not being able to restart logging at a high securelevel,
  and not being able to just reset logging without resetting all of the
  counters in a rule.
  
  Revision  Changes    Path
  1.43      +2 -1      src/sys/netinet/in.h
  1.116     +80 -9     src/sys/netinet/ip_fw.c
  1.40      +3 -1      src/sys/netinet/ip_fw.h
  1.60      +2 -1      src/sys/netinet/raw_ip.c
  1.55      +25 -8     src/sbin/ipfw/ipfw.8
  1.72      +72 -3     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?199908011657.JAA44866>