X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FvCPE%2Fscripts%2Fkea-dhcp4.conf;h=d965072b17fe33926b06027aae09c93403a363fc;hb=c7e7c06b7d9e1e7fb35592e53ff70685182ff9c5;hp=62b77e291f42f02d99ef89e40dea2557d154e1f7;hpb=f61e1d721b1fc75656186b2f8277c8c7b3341676;p=demo.git diff --git a/vnfs/vCPE/scripts/kea-dhcp4.conf b/vnfs/vCPE/scripts/kea-dhcp4.conf index 62b77e29..d965072b 100644 --- a/vnfs/vCPE/scripts/kea-dhcp4.conf +++ b/vnfs/vCPE/scripts/kea-dhcp4.conf @@ -2,8 +2,9 @@ "Dhcp4": { # For testing, you can use veth pair as described in README.md +# vDHCP needs to lisetn on eth1 "interfaces-config": { - "interfaces": ["eth0" ] + "interfaces": ["eth1" ] }, # How to load the hook library. @@ -35,11 +36,12 @@ "pools" : [ { "pool": "10.3.0.2 - 10.3.0.255"} ], "next-server": "10.3.0.1", "option-data": [ - {"name": "tftp-server-name", - "data": "10.3.0.1"}, - {"name": "boot-file-name", - "data": "/dev/null"} + { + "name": "routers", + "data": "10.3.0.1" + } ] + } ]