cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c
Maxim Konovalov
maxim at FreeBSD.org
Mon Jun 18 17:52:38 UTC 2007
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
More information about the cvs-src
mailing list