aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/test/resources/org/onosproject/rest/post-flow.json
blob: 939b4478f1c7891186fc6dac9c728441e6d0f310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "priority": 1,
  "isPermanent": true,
  "treatment": {
    "instructions": [
      {
        "type": "OUTPUT",
        "port": 2
      }
    ]
  },
  "selector": {
    "criteria": [
      {
        "type": "ETH_TYPE",
        "ethType": 2054
      }
    ]
  }
}