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

From: [EMAIL PROTECTED] (dfilter service)
To: [EMAIL PROTECTED]
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
 _______________________________________________
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to