Merge "Fixed bug in vbrg vpp snat patch"
[demo.git] / vnfs / vCPE / kea-sdnc-notify-mod / etc / kea-dhcp4.conf.example
index fa53f3c..b5f1a69 100644 (file)
@@ -2,8 +2,9 @@
 "Dhcp4":
   {
 # For testing, you can use veth pair as described in README.md
+#   vDHCP needs to be listening 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"
+                      }
                ]
       }
   ]