cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c
Julian Elischer
julian at FreeBSD.org
Mon Feb 13 19:10:35 PST 2006
julian 2006-02-14 03:10:29 UTC
FreeBSD src repository
Modified files:
sbin/ipfw ipfw.8 ipfw2.c
Log:
Stop ipfw from aborting when asked to delete a table entry that
doesn't exist or add one that is already present, if the -q flag
is set. Useful for "ipfw -q /dev/stdin" when the command above is
invoked from something like python or TCL to feed commands
down the throat of ipfw.
MFC in: 1 week
Revision Changes Path
1.185 +2 -1 src/sbin/ipfw/ipfw.8
1.83 +11 -0 src/sbin/ipfw/ipfw2.c
More information about the cvs-src
mailing list