On Wed, Jul 10, 2024 at 05:52:21PM +0200, Phil Sutter wrote: > On Wed, Jul 10, 2024 at 05:20:03PM +0200, Pablo Neira Ayuso wrote: > > Since 5c2b2b0a2ba7 ("src: error reporting with -f and read from stdin") > > stdin is stored in a buffer, update json support to use it instead of > > reading from /dev/stdin. > > > > Some systems do not provide /dev/stdin symlink to /proc/self/fd/0 > > according to reporter (that mentions Yocto Linux as example). > > > > Fixes: 935f82e7dd49 ("Support 'nft -f -' to read from stdin") > > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > > --- > > v2: remove check for nft_output_json() in nft_run_cmd_from_filename() > > as suggested by Phil Sutter, so JSON support does not really use > > /dev/stdin. > > Series: > Acked-by: Phil Sutter <phil@xxxxxx> Pushed out, thanks