Re: [PATCH nftables] src: json: support json restore for "th" pseudoheader

2019-08-14 Thread Pablo Neira Ayuso
On Wed, Aug 14, 2019 at 01:34:52PM +0200, Florian Westphal wrote: > Json output could not be restored back by nft because it did > not recognize the new "th" pseudoheader. > > Fixes: a43a696443a150f44 ("proto: add pseudo th protocol to match d/sport in > generic way") > Signed-off-by: Florian Wes

[PATCH nftables] src: json: support json restore for "th" pseudoheader

2019-08-14 Thread Florian Westphal
Json output could not be restored back by nft because it did not recognize the new "th" pseudoheader. Fixes: a43a696443a150f44 ("proto: add pseudo th protocol to match d/sport in generic way") Signed-off-by: Florian Westphal --- src/parser_json.c | 13 + 1 file changed, 9 insertions