]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore the behaviour changed in r337536, when bad `ipfw delete` command
authorae <ae@FreeBSD.org>
Fri, 10 Aug 2018 14:10:22 +0000 (14:10 +0000)
committerae <ae@FreeBSD.org>
Fri, 10 Aug 2018 14:10:22 +0000 (14:10 +0000)
commit9ceb9bc9afa53aa74b3c818f6c23b02ced45e9ea
tree51caf2a6833a4adb24be6ab676e330fe51e93732
parent6e09723123410e1315caeb0e65586d33dc8362e4
Restore the behaviour changed in r337536, when bad `ipfw delete` command
returns error.

Now -q option only makes it quiet. And when -f flag is specified, the
command will ignore errors and continue executing with next batched
command.

MFC after: 2 weeks
sbin/ipfw/ipfw.8
sbin/ipfw/ipfw2.c