diff options
author | Marco Platania <platania@research.att.com> | 2017-11-02 15:54:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-02 15:54:17 +0000 |
commit | 15b42ca01dd2680fd5b164b8eb051c52b87582f6 (patch) | |
tree | 27ab3756d3e7beba697f497d741e2a54fae244f1 /vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example | |
parent | a126e03d8ea3bf506c5f78c7d70753980f042521 (diff) | |
parent | 9b00054b5826def8abd444fc9e67d806198be411 (diff) |
Merge "Fix Default Gateway"
Diffstat (limited to 'vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example')
-rw-r--r-- | vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example b/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example index 9faaf870..b5f1a697 100644 --- a/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example +++ b/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example @@ -36,10 +36,10 @@ "pools" : [ { "pool": "10.3.0.2 - 10.3.0.255"} ], "next-server": "10.3.0.1", "option-data": [ - {"name": "tftp-server-name", - "data": "10.4.0.1"}, - {"name": "boot-file-name", - "data": "/dev/null"} + { + "name": "routers", + "data": "10.3.0.1" + } ] } ] |