diff options
author | Marco Platania <platania@research.att.com> | 2017-10-30 13:22:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-30 13:22:31 +0000 |
commit | dbc0f820f30a6cb3aa3f04eeb7bfdf73b58de04a (patch) | |
tree | 7edafbeba4d18e4b2f485781890c32374a197d45 | |
parent | 752b888fb03ee68725dbbc8b963b7e2409e655bc (diff) | |
parent | 9fb4bcb1d69c74c4b473c99e98f93c4dc1cca140 (diff) |
Merge "Change listener to eth1"
-rw-r--r-- | vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example | 3 | ||||
-rw-r--r-- | vnfs/vCPE/scripts/kea-dhcp4.conf | 3 |
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. |