Initial works for OF cluster test
[integration/test.git] / csit / variables / openflowplugin / sample_flow_1.json
1 {
2   "flow-node-inventory:flow": [
3     {
4       "id": "1",
5       "table_id": 0,
6       "priority": 2,
7       "flow-name": "flow1",
8       "instructions": {
9         "instruction": [
10           {
11             "order": 0,
12             "apply-actions": {
13               "action": [
14                 {
15                   "order": 0,
16                   "output-action": {
17                     "output-node-connector": "1"
18                   }
19                 }
20               ]
21             }
22           }
23         ]
24       },
25       "match": {
26         "ipv4-destination": "10.0.1.0/24",
27         "ethernet-match": {
28           "ethernet-type": {
29             "type": 2048
30           }
31         }
32       }
33     }
34   ]
35 }