aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/simple-flow.json
blob: dc241f55bee77bbca57fb091a661ab7a5496379a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
   "priority":1,
   "isPermanent":"false",
   "timeout":1,
   "deviceId":"of:0000000000000001",
   "treatment":
      {"instructions":
         [{"type":"OUTPUT","port":-3}],"deferred":[]},
   "selector":
      {"criteria":
         [{"type":"ETH_TYPE","ethType":2054}]}
}