• 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
  • onos-app-dhcp
  • src
  • test
  • resources
  • dhcp-cfg.json
  • samanwita pal's avatar
    Moving DHCP to onos branch. REST API included, GUI to be added later. · f28207bd ...
    f28207bd
    Change-Id: Id52781ba93d48ad1d56097a9ceff7613a190c48e
    samanwita pal authored 2015-09-04 17:56:40 +0000
dhcp-cfg.json 508 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 23 24
{
  "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"
      },
      "dhcpstore" : {
        "delay": "3",
        "timeout": "150",
        "startip": "10.0.0.110",
        "endip": "10.0.0.130"
      }
    }
  }
}