backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of12 / 3-2-ofp_flow_mod.packet.json
1 {
2     "cmd": 0,
3     "flow": {
4         "buffer_id": 65535,
5         "command": 0,
6         "cookie": 0,
7         "cookie_mask": 0,
8         "flags": 0,
9         "hard_timeout": 0,
10         "idle_timeout": 0,
11         "actions": [
12             {
13                 "type": "WRITE_ACTIONS",
14                 "actions": [
15                     {
16                         "type": "SET_FIELD",
17                         "field": "vlan_vid",
18                         "value": 258
19                     },
20                     {
21                         "type": "OUTPUT",
22                         "port": 6,
23                         "max_len": 65535
24                     }
25                 ]
26             },
27             {
28                 "type": "SET_FIELD",
29                 "field": "eth_src",
30                 "value": "01:02:03:04:05:06"
31             }
32         ],
33         "match": {
34             "eth_dst": "f2:0b:a4:7d:f8:ea"
35         },
36         "out_group": 4294967295,
37         "out_port": 4294967295,
38         "priority": 123,
39         "table_id": 1
40     }
41 }