{ "nftables": [ { "metainfo": { "version": "VERSION", "release_name": "RELEASE_NAME", "json_schema_version": 1 } }, { "table": { "family": "ip", "name": "x", "handle": 0 } }, { "chain": { "family": "ip", "table": "x", "name": "x", "handle": 0 } }, { "flowtable": { "family": "ip", "name": "y", "table": "x", "handle": 0, "hook": "ingress", "prio": 0, "dev": "lo" } }, { "rule": { "family": "ip", "table": "x", "chain": "x", "handle": 0, "expr": [ { "flow": { "op": "add", "flowtable": "@y" } } ] } } ] }