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