• 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
  • scenarios
  • netcfg-test
  • dhcp-cfg2.json
  • Ray Milkey's avatar
    STC scenario for testing posting and removal of configs · a0f983b5 ...
    a0f983b5
    Change-Id: I5395d6b42a52ba29063eb9ee139dcfb659247614
    Ray Milkey authored 2016-07-05 22:32:45 +0000
dhcp-cfg2.json 479 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.1.11.50",
        "mac": "ca:fe:ca:fe:ca:fe",
        "subnet": "255.255.252.0",
        "broadcast": "10.1.11.255",
        "router": "10.1.8.1",
        "domain": "8.8.8.8",
        "ttl": "21",
        "lease": "22",
        "renew": "23",
        "rebind": "24",
        "delay": "25",
        "timeout": "26",
        "startip": "10.1.11.51",
        "endip": "10.1.11.100"
      }
    }
  }
}