{ "nftables": [ { "metainfo": { "version": "VERSION", "release_name": "RELEASE_NAME", "json_schema_version": 1 } }, { "table": { "family": "ip", "name": "t", "handle": 0 } }, { "chain": { "family": "ip", "table": "t", "name": "input", "handle": 0, "type": "filter", "hook": "input", "prio": 4, "policy": "accept" } }, { "chain": { "family": "ip", "table": "t", "name": "c1", "handle": 0 } }, { "rule": { "family": "ip", "table": "t", "chain": "input", "handle": 0, "expr": [ { "jump": { "target": "c1" } } ] } } ] }