Date: Tue, 14 Feb 2006 03:10:29 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <200602140310.k1E3AUcr048011@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602140310.k1E3AUcr048011>