• 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
  • bmv2-cfg.json
  • Carmelo Cascone's avatar
    ONOS-3972 Implemented BMv2 device provider · 3bb71c17 ...
    3bb71c17
    BMv2 devices can now be discovered (along with port informations) using
    net-cfg (see tools/test/config/bmv2-cfg.json)
    
    Change-Id: Ief2ca790dceb4d047b75aae6c5e1a89a05215e5f
    Carmelo Cascone authored 2016-04-26 11:46:29 -0700
bmv2-cfg.json 132 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
{
  "apps":{
    "org.onosproject.bmv2":{
      "devices":[{
        "ip":"192.168.57.100",
        "port":9090
      }]
    }
  }
}