]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Stop ipfw from aborting when asked to delete a table entry that
authorjulian <julian@FreeBSD.org>
Tue, 14 Feb 2006 03:10:29 +0000 (03:10 +0000)
committerjulian <julian@FreeBSD.org>
Tue, 14 Feb 2006 03:10:29 +0000 (03:10 +0000)
commit9c8fd45ad2de41502d1f15f35426dc7967a0f245
treeb585f3d60d9aec395e3d708769267f32fd425194
parent401b0cf725f80f6fe55e215726c52dfbcd199367
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
sbin/ipfw/ipfw.8
sbin/ipfw/ipfw2.c