• 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-next-objective.json
  • Ray Milkey's avatar
    Remove methods deprecated in Drake from Instructions API · 2be39edc ...
    2be39edc
    Change-Id: I87a20cb9e8abbf4b27bbb4760a62947169866ea6
    Ray Milkey authored 2016-02-23 00:33:35 +0000
post-next-objective.json 347 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 21 22 23 24 25 26
{
  "id": 1,
  "type": "FAILOVER",
  "operation": "ADD",
  "treatments": [
    {
      "instructions": [
        {
          "type": "OUTPUT",
          "port": -3
        },
        {
          "type": "NOACTION"
        }
      ]
    }
  ],
  "meta": {
    "criteria": [
      {
        "type": "IN_PORT",
        "port": 23
      }
    ]
  }
}