diff options
author | Brian Freeman <bf1936@att.com> | 2017-11-01 13:22:43 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-11-01 13:25:09 -0500 |
commit | 9b00054b5826def8abd444fc9e67d806198be411 (patch) | |
tree | f576301c8d0de13030ec06a8068d33198e8383f9 /vnfs/vCPE/scripts/kea-dhcp4_no_hook.conf | |
parent | 74cb51c88f99f9128d43f4645c6f2aa86163d43b (diff) |
Fix Default Gateway
Issue-ID: UCA-40
Change-Id: I2a7d48854f674d0eeadcf952afcf1d780b455e7d
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'vnfs/vCPE/scripts/kea-dhcp4_no_hook.conf')
-rw-r--r-- | vnfs/vCPE/scripts/kea-dhcp4_no_hook.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vnfs/vCPE/scripts/kea-dhcp4_no_hook.conf b/vnfs/vCPE/scripts/kea-dhcp4_no_hook.conf index 3e2287d1..170b8f3c 100644 --- a/vnfs/vCPE/scripts/kea-dhcp4_no_hook.conf +++ b/vnfs/vCPE/scripts/kea-dhcp4_no_hook.conf @@ -26,14 +26,14 @@ # Also keep in mind that if kea doesn't receive the desired values for some # reason, these values will be sent to the client. "subnet4": [ - { "subnet": "10.2.0.0/24", - "pools" : [ { "pool": "10.2.0.2 - 10.2.0.255"} ], - "next-server": "10.2.0.1", + { "subnet": "10.3.0.0/24", + "pools" : [ { "pool": "10.3.0.2 - 10.3.0.255"} ], + "next-server": "10.3.0.1", "option-data": [ - {"name": "tftp-server-name", - "data": "10.2.0.1"}, - {"name": "boot-file-name", - "data": "/dev/null"} + { + "name": "routers", + "data": "10.3.0.1" + } ] } ] |