blob: 63f145d61b74051fa830ca86e9001eccddd316ca [file] [log] [blame]
{
"priority": 60,
"appId": "org.onosproject.sample",
"isPermanent": "false",
"timeout": 1,
"flag": "SPECIFIC",
"operation": "ADD",
"selector": {
"criteria": [
{
"type": "ETH_TYPE",
"ethType": "0x806"
}
]
},
"treatment":
{
"instructions":
[
{"type":"OUTPUT","port":-3},
{"type":"NOACTION"}
],
"deferred":[]
}
}