• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • rest
  • post-flow.json
  • andrea's avatar
    [ONOS-3405] Change EthType Json encoding to Hex and extend decoding with Hex support alongside int · d35f89c1 ...
    d35f89c1
    Change-Id: I629f52016256d6c5cc258ab9e1c5a7b916991d5b
    andrea authored 2015-11-30 19:07:33 +0000
post-flow.json 269 Bytes
Raw Blame History Permalink
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"
      }
    ]
  }
}