• 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
  • Ray Milkey's avatar
    Implementation of REST POST API for creating intents · b82c42b0 ...
    b82c42b0
    - codec for constraint decode
    - codec for intent decode
    - POST method for intents
    - unit tests for codecs and POST method
    
    Change-Id: Ibc0ef8f99a0c0664710a733985424c77010c49b5
    Ray Milkey authored 2015-07-06 20:19:42 +0000
post-flow.json 266 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": 2054
      }
    ]
  }
}