kern/113388: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Jun 18 18:00:17 UTC 2007


The following reply was made to PR kern/113388; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ipfw mailing list