]> git.ipfire.org Git - thirdparty/nftables.git/commit
json: add inner payload support
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 20 Jun 2023 10:57:56 +0000 (12:57 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 20 Jun 2023 16:10:56 +0000 (18:10 +0200)
commitc827a833971c14e7478ec101f998136a8cdd7bf2
treeda86ed31531c2a9a764b6714f928e52c30adfbd2
parentae8786756b0ca9fd308a0089842b93dc3c329e25
json: add inner payload support

Add support for vxlan, geneve, gre and gretap.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/json.c
src/parser_json.c
tests/py/inet/geneve.t.json [new file with mode: 0644]
tests/py/inet/gre.t.json [new file with mode: 0644]
tests/py/inet/gretap.t.json [new file with mode: 0644]
tests/py/inet/vxlan.t.json [new file with mode: 0644]