• 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's avatar
    [ONOS-3253/3144] Insert support for Netconf device configuration, set and get controllers commands · eb70a94b ...
    eb70a94b
    Change-Id: I99188aa18207b9d0b0d935b9f9e61e547f4ddab1
    andrea authored 2015-11-20 00:03:05 +0000
netconf-cfg.json 305 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:mininet@10.1.9.24:1830":{
      "basic":{
        "driver":"ovs-netconf"
      }
    }
  },
  "apps":{
    "org.onosproject.netconf":{
      "devices":[{
        "name":"mininet",
        "password":"mininet",
        "ip":"10.1.9.24",
        "port":1830
      }]
    }
  }
}