• 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
  • apps
  • config
  • src
  • main
  • resources
  • config.json
  • Jonathan Hart's avatar
    Added config app to read address config from json file · 74f9c3b0
    74f9c3b0 Browse Files
    Jonathan Hart authored 2014-09-29 20:04:26 -0700
config.json 410 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 21
{
    "interfaces" : [
	{
	    "dpid" : "00:00:00:00:00:00:01",
	    "port" : "1",
	    "ips" : ["192.168.10.101/24"],
	    "mac" : "00:00:00:11:22:33"
	},
	{
	    "dpid" : "00:00:00:00:00:00:02",
	    "port" : "1",
	    "ips" : ["192.168.20.101/24", "192.168.30.101/24"]
	},
	{
	    "dpid" : "00:00:00:00:00:00:03",
	    "port" : "1",
	    "ips" : ["10.1.0.1/16"],
	    "mac" : "00:00:00:00:00:01"
	}
    ]
}