Date: Mon, 24 May 1999 03:01:26 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c src/sbin/ipfw ipfw.c Message-ID: <199905241001.DAA66368@freefall.freebsd.org>
index | next in thread | raw e-mail
luigi 1999/05/24 03:01:25 PDT
Modified files:
sys/netinet ip_fw.c
sbin/ipfw ipfw.c
Log:
close pr 10889:
+ add a missing call to dn_rule_delete() when flushing firewall
rules, thus preventing possible panics due to dangling pointers
(this was already done for single rule deletes).
+ improve "usage" output in ipfw(8)
+ add a few checks to ipfw pipe parameters and make it a bit more
tolerant of common mistakes (such as specifying kbit instead of Kbit)
PR: kern/10889
Submitted by: Ruslan Ermilov
Revision Changes Path
1.112 +4 -1 src/sys/netinet/ip_fw.c
1.66 +27 -13 src/sbin/ipfw/ipfw.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905241001.DAA66368>
