backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of10 / 1-2-ofp_flow_mod.packet.json
1 {
2     "cmd": 0,
3     "flow": {
4         "actions": [
5             {
6                 "type": "OUTPUT",
7                 "max_len": 65535,
8                 "port": 6
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             "dl_dst": "f2:0b:a4:7d:f8:ea"
19         },
20         "out_port": 65532,
21         "priority": 123
22     }
23 }