aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/test/resources/org/onosproject/rest/post-flow.json
blob: 154ef671b0a2f384c0a8ee2e9d3c39ec56d4e456 (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": "0x806"
      }
    ]
  }
}