• 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
  • tools
  • test
  • configs
  • netconf-cfg.json
  • Andrea Campanella's avatar
    Refactoring ID creation for netconf and REST · 57efbb25 ...
    57efbb25
    Change-Id: I4165ad53e19c86d9d9b304d09e24dcfeec2b9ddf
    Andrea Campanella authored 2016-02-12 00:24:43 +0000
netconf-cfg.json 295 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "devices":{
    "netconf:10.1.9.24:830":{
      "basic":{
        "driver":"ovs-netconf"
      }
    }
  },
  "apps":{
    "org.onosproject.netconf":{
      "devices":[{
        "name":"mininet",
        "password":"mininet",
        "ip":"10.1.9.24",
        "port":830
      }]
    }
  }
}