backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of10 / 1-2-ofp_flow_mod.packet.json
1 {
2    "OFPFlowMod": {
3       "actions": [
4          {
5             "OFPActionOutput": {
6                "max_len": 65535, 
7                "port": 6
8             }
9          }
10       ], 
11       "buffer_id": 65535, 
12       "command": 0, 
13       "cookie": 0, 
14       "flags": 0, 
15       "hard_timeout": 0, 
16       "idle_timeout": 0, 
17       "match": {
18          "OFPMatch": {
19             "dl_dst": "f2:0b:a4:7d:f8:ea",
20             "dl_src": "00:00:00:00:00:00",
21             "dl_type": 0, 
22             "dl_vlan": 0, 
23             "dl_vlan_pcp": 0, 
24             "in_port": 0, 
25             "nw_dst": "0.0.0.0",
26             "nw_proto": 0, 
27             "nw_src": "0.0.0.0",
28             "nw_tos": 0, 
29             "tp_dst": 0, 
30             "tp_src": 0, 
31             "wildcards": 4194295
32          }
33       }, 
34       "out_port": 65532, 
35       "priority": 123
36    }
37 }