aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/dhcp/app/src/test/resources/dhcp-cfg.json
blob: abc48a833355012ae4605b8c2dab3878374cc380 (plain)
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"
      }
    }
  }
}