https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223177

            Bug ID: 223177
           Summary: ipfw table delete returns non-zero exit status even
                    with -q option specified
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: ab...@f-t-w.wtf

Behaviour of 'ipfw -q table 1 delete 1.2.3.4' changed between 10.3-RELEASE and
11.1-RELEASE. In 11.1, the -q option is apparently ignored and an attempt to
delete a nonexistent entry from the table returns an error message and non-zero
exit status.  In 10.3, the -q option suppressed the error message and always
returned a zero exit status.   This change breaks makefiles and shell scripts
that depended on the exit status being zero and no error output always.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to