Fix Default Gateway 77/21677/1
authorBrian Freeman <bf1936@att.com>
Wed, 1 Nov 2017 18:22:43 +0000 (13:22 -0500)
committerBrian Freeman <bf1936@att.com>
Wed, 1 Nov 2017 18:25:09 +0000 (13:25 -0500)
Issue-ID: UCA-40
Change-Id: I2a7d48854f674d0eeadcf952afcf1d780b455e7d
Signed-off-by: Brian Freeman <bf1936@att.com>
vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example
vnfs/vCPE/scripts/kea-dhcp4.conf
vnfs/vCPE/scripts/kea-dhcp4_no_hook.conf

index 9faaf87..b5f1a69 100644 (file)
              "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"
+                      }
                ]
       }
   ]
index 508c0e6..d965072 100644 (file)
              "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"
+                      }
                ]
+
       }
   ]
 
index 3e2287d..170b8f3 100644 (file)
 # 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"
+                      }
                ]
       }
   ]