• 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
  • ..
  • resources
  • dhcp-cfg.json
  • Thomas Vachuska's avatar
    Separating DHCP public facade and the implementation into separate modules. · da952d81 ...
    da952d81
    Change-Id: I6eaa68924ddfb2c2fe7953a5df681bb2cc463b32
    Thomas Vachuska authored 2015-10-29 03:39:31 +0000
dhcp-cfg.json 478 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 22
{
  "apps": {
    "org.onosproject.dhcp" : {
      "dhcp" : {
        "ip": "10.0.0.1",
        "mac": "1a:2b:3c:4e:5e:6f",
        "subnet": "255.0.0.0",
        "broadcast": "10.255.255.255",
        "router": "10.0.0.1",
        "domain": "10.0.0.1",
        "ttl": "63",
        "lease": "300",
        "renew": "150",
        "rebind": "200",
        "delay": "3",
        "timeout": "150",
        "startip": "10.0.0.110",
        "endip": "10.0.0.130"
      }
    }
  }
}