blob: 38cb306137874d962bfe0cabc001cc0f56ce6e1f [file] [log] [blame]
Carmelo Cascone5db39682017-09-07 16:36:42 +02001{
2 "ingress": {
3 "pov_mappings": {
4 "32": "packet_in_hdr",
5 "33": "packet_out_hdr",
6 "34": "ethernet",
7 "35": "ipv4",
8 "36": "tcp",
9 "37": "udp",
10 "38": "metadata_bridge",
11 "16": "_bridged_intr_md_"
12 }
13 },
14 "egress": {
15 "pov_mappings": {
16 "0": "packet_in_hdr",
17 "1": "packet_out_hdr",
18 "2": "ethernet",
19 "3": "ipv4",
20 "4": "tcp",
21 "5": "udp"
22 }
23 }
24}