aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vCPE
diff options
context:
space:
mode:
authorPilot <bf1936@att.com>2017-10-25 21:08:43 -0400
committerPilot <bf1936@att.com>2017-10-28 14:12:47 -0400
commit9fb4bcb1d69c74c4b473c99e98f93c4dc1cca140 (patch)
tree3782be1b04beb0e8e8db32729bb2371c099d4164 /vnfs/vCPE
parent67b8c3aae4c9197df37e53bc7a78616c43b9b72e (diff)
Change listener to eth1
Issue-ID: UCA-39 Change-Id: Ib66b6cc353f68b820716ed7548b2c86a30420025 Signed-off-by: bdfreeman1421 <bf1936@att.com> Signed-off-by: Pilot <bf1936@att.com>
Diffstat (limited to 'vnfs/vCPE')
-rw-r--r--vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example3
-rw-r--r--vnfs/vCPE/scripts/kea-dhcp4.conf3
2 files changed, 4 insertions, 2 deletions
diff --git a/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example b/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example
index fa53f3c5..9faaf870 100644
--- a/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example
+++ b/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example
@@ -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.
diff --git a/vnfs/vCPE/scripts/kea-dhcp4.conf b/vnfs/vCPE/scripts/kea-dhcp4.conf
index fa53f3c5..508c0e62 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.