root@vps1:~ # ipfw -q delete 4000 ipfw: rule 4000 not found root@vps1:~ # echo $? 69 root@vps1: _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
another thing that seems broken now is that -q no longer stopps errors
when deleting non existant rules.
- svn commit: r286232 - head/sbin/ipfw Alexander V. Chernikov
- another ipfw regression I think. Julian Elischer