• 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
  • sample-basic.json
  • Thomas Vachuska's avatar
    Starting to add initial configuration loading. WIP · e636022b ...
    e636022b
    Change-Id: I2c3ddb02ddc46f6ce9a4bfb531b8087a9463019d
    Thomas Vachuska authored 2015-07-21 10:10:36 -0700
sample-basic.json 197 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "devices": {
    "of:001122334455667788" : {
      "basic" : {
        "allowed": false,
        "name": "Bad Device",
        "owner": "Luigi"
      }
    }
  },
  "hosts": {},
  "links": {}
}