{ "target": "bmv2", "p4info": "build/mri.p4.p4info.txt", "bmv2_json": "build/mri.json", "table_entries": [ { "table": "MyEgress.swtrace", "default_action": true, "action_name": "MyEgress.add_swtrace", "action_params": { "swid": 3 } }, { "table": "MyIngress.ipv4_lpm", "match": { "hdr.ipv4.dstAddr": ["10.0.3.3", 32] }, "action_name": "MyIngress.ipv4_forward", "action_params": { "dstAddr": "08:00:00:00:03:03", "port": 1 } }, { "table": "MyIngress.ipv4_lpm", "match": { "hdr.ipv4.dstAddr": ["10.0.1.0", 24] }, "action_name": "MyIngress.ipv4_forward", "action_params": { "dstAddr": "08:00:00:00:01:00", "port": 2 } }, { "table": "MyIngress.ipv4_lpm", "match": { "hdr.ipv4.dstAddr": ["10.0.2.0", 24] }, "action_name": "MyIngress.ipv4_forward", "action_params": { "dstAddr": "08:00:00:00:02:00", "port": 3 } } ] }