Change listener to eth1 41/21141/1
authorPilot <bf1936@att.com>
Thu, 26 Oct 2017 01:08:43 +0000 (21:08 -0400)
committerPilot <bf1936@att.com>
Sat, 28 Oct 2017 18:12:47 +0000 (14:12 -0400)
Issue-ID: UCA-39
Change-Id: Ib66b6cc353f68b820716ed7548b2c86a30420025
Signed-off-by: bdfreeman1421 <bf1936@att.com>
Signed-off-by: Pilot <bf1936@att.com>
vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example
vnfs/vCPE/scripts/kea-dhcp4.conf

index fa53f3c..9faaf87 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.
index fa53f3c..508c0e6 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.