On Thu, Sep 28, 2017 at 05:17:45PM +0200, Phil Sutter wrote: > This patch introduces nft_print()/nft_gmp_print() functions which have > to be used instead of printf to output information that were previously > send to stdout. These functions print to a FILE pointer defined in > struct output_ctx. It is set by calling: > > | old_fp = nft_ctx_set_output(ctx, new_fp); > > Having an application-defined FILE pointer is actually quite flexible: > Using fmemopen() or even fopencookie(), an application gains full > control over what is printed and where it should go to. Applied, thanks a lot for taking over this work. -- 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