summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0017masquerade_jump_1.json-nft
blob: d663c27f6f861ddaef3f02e18c4607a383bb15e5 (plain)
1
{"nftables": [{"metainfo": {"version": "VERSION", "release_name": "RELEASE_NAME", "json_schema_version": 1}}, {"table": {"family": "ip", "name": "t", "handle": 1}}, {"chain": {"family": "ip", "table": "t", "name": "input", "handle": 1, "type": "filter", "hook": "input", "prio": 4, "policy": "accept"}}, {"chain": {"family": "ip", "table": "t", "name": "c1", "handle": 2}}, {"rule": {"family": "ip", "table": "t", "chain": "input", "handle": 3, "expr": [{"jump": {"target": "c1"}}]}}]}