• 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
  • ..
  • definitions
  • McastRoutePost.json
  • Jonathan Hart's avatar
    Implemented REST API for multicast RIB. · 07eb0411 ...
    07eb0411
    Change-Id: I5de6fe0aae412083597113e355ba0e8c984be5f1
    Jonathan Hart authored 2016-02-09 18:02:35 +0000
McastRoutePost.json 364 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
{
  "type": "object",
  "title": "route",
  "required": [
    "source",
    "group"
  ],
  "properties": {
    "source": {
      "type": "string",
      "example": "10.1.1.0",
      "description": "Multicast source IP address"
    },
    "group": {
      "type": "string",
      "example": "10.1.1.0",
      "description": "Multicast group IP address"
    }
  }
}