On Thu, Nov 09, 2017 at 02:25:26PM +0100, Phil Sutter wrote: > Apart from SUCCESS/FAILURE, these codes were not used by library > functions simply because NOMEM and NONL conditions lead to calling > exit() instead of propagating the error condition back up the call > stack. > > Instead, make nft_run_cmd_from_*() return either 0 or -1 on error. > Usually errno will then contain more details about what happened and/or > there are messages in erec. > > Calls to exit() in main() are adjusted to stay compatible. > > Signed-off-by: Phil Sutter <phil@xxxxxx> Please disregard this patch, it accidentally breaks expected fail cases in tests/shell because main() then returns -1 instead of 1. I'll prepare a v2. Sorry, Phil -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html