Merge "Fixed bug in v_brgemu_install.sh"
[demo.git] / vnfs / vCPE / scripts / kea-dhcp4.conf
index fa53f3c..d965072 100644 (file)
@@ -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.
              "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"
+                      }
                ]
+
       }
   ]