Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2007 18:00:16 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ipfw@FreeBSD.org
Subject:   Re: kern/113388: commit references a PR
Message-ID:  <200706181800.l5II0Gn2053789@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/113388; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/113388: commit references a PR
Date: Mon, 18 Jun 2007 17:52:44 +0000 (UTC)

 maxim       2007-06-18 17:52:38 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/netinet          ip_fw2.c 
     sbin/ipfw            ipfw.8 ipfw2.c 
   Log:
   o Make ipfw set more robust -- now it is possible:
       - to show a specific set: ipfw set 3 show
       - to delete rules from the set: ipfw set 9 delete 100 200 300
       - to flush the set: ipfw set 4 flush
       - to reset rules counters in the set: ipfw set 1 zero
   
   PR:             kern/113388
   Submitted by:   Andrey V. Elsukov
   Approved by:    re (kensmith)
   MFC after:      6 weeks
   
   Revision  Changes    Path
   1.201     +20 -2     src/sbin/ipfw/ipfw.8
   1.106     +111 -39   src/sbin/ipfw/ipfw2.c
   1.166     +60 -18    src/sys/netinet/ip_fw2.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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