aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/configs/office-dhcp.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/configs/office-dhcp.json')
-rw-r--r--framework/src/onos/tools/test/configs/office-dhcp.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/framework/src/onos/tools/test/configs/office-dhcp.json b/framework/src/onos/tools/test/configs/office-dhcp.json
deleted file mode 100644
index f0cf3fb0..00000000
--- a/framework/src/onos/tools/test/configs/office-dhcp.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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": "63",
- "lease": "300",
- "renew": "150",
- "rebind": "200",
- "delay": "2",
- "timeout": "150",
- "startip": "10.1.11.51",
- "endip": "10.1.11.100"
- }
- }
- }
-}