backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of13 / ovs-ofctl-of13-match_pkt_mark_masked.packet.json
1 {
2    "OFPFlowMod": {
3       "buffer_id": 4294967295, 
4       "command": 1, 
5       "cookie": 1311768467463790320, 
6       "cookie_mask": 18446744073709551615, 
7       "flags": 0, 
8       "hard_timeout": 0, 
9       "idle_timeout": 0, 
10       "instructions": [
11          {
12             "OFPInstructionActions": {
13                "actions": [
14                   {
15                      "OFPActionPopVlan": {
16                         "len": 8, 
17                         "type": 18
18                      }
19                   }
20                ], 
21                "len": 16, 
22                "type": 4
23             }
24          }, 
25          {
26             "OFPInstructionGotoTable": {
27                "len": 8, 
28                "table_id": 100, 
29                "type": 1
30             }
31          }
32       ], 
33       "match": {
34          "OFPMatch": {
35             "length": 22, 
36             "oxm_fields": [
37                {
38                   "OXMTlv": {
39                      "field": "vlan_vid", 
40                      "mask": null, 
41                      "value": 5330
42                   }
43                }, 
44                {
45                   "OXMTlv": {
46                      "field": "pkt_mark", 
47                      "mask": 65535, 
48                      "value": 54321
49                   }
50                }
51             ], 
52             "type": 1
53          }
54       }, 
55       "out_group": 4294967295, 
56       "out_port": 4294967295, 
57       "priority": 32768, 
58       "table_id": 3
59    }
60 }