backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of12 / 3-2-ofp_flow_mod.packet.json
1 {
2    "OFPFlowMod": {
3       "buffer_id": 65535, 
4       "command": 0, 
5       "cookie": 0, 
6       "cookie_mask": 0, 
7       "flags": 0, 
8       "hard_timeout": 0, 
9       "idle_timeout": 0, 
10       "instructions": [
11          {
12             "OFPInstructionActions": {
13                "actions": [
14                   {
15                      "OFPActionSetField": {
16                         "field": {
17                            "OXMTlv": {
18                               "field": "vlan_vid", 
19                               "mask": null, 
20                               "value": 258
21                            }
22                         },
23                         "len": 16,
24                         "type": 25
25                      }
26                   }, 
27                   {
28                      "OFPActionOutput": {
29                         "len": 16, 
30                         "max_len": 65535, 
31                         "port": 6, 
32                         "type": 0
33                      }
34                   }
35                ], 
36                "len": 40, 
37                "type": 3
38             }
39          }, 
40          {
41             "OFPInstructionActions": {
42                "actions": [
43                   {
44                      "OFPActionSetField": {
45                         "field": {
46                            "OXMTlv": {
47                               "field": "eth_src", 
48                               "mask": null, 
49                               "value": "01:02:03:04:05:06"
50                            }
51                         },
52                         "len": 16,
53                         "type": 25
54                      }
55                   }
56                ], 
57                "len": 24, 
58                "type": 4
59             }
60          }
61       ], 
62       "match": {
63          "OFPMatch": {
64             "length": 14, 
65             "oxm_fields": [
66                {
67                   "OXMTlv": {
68                      "field": "eth_dst", 
69                      "mask": null, 
70                      "value": "f2:0b:a4:7d:f8:ea"
71                   }
72                }
73             ], 
74             "type": 1
75          }
76       }, 
77       "out_group": 4294967295, 
78       "out_port": 4294967295, 
79       "priority": 123, 
80       "table_id": 1
81    }
82 }