diff options
author | Marco Platania <platania@research.att.com> | 2017-08-11 14:33:52 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-11 14:33:52 -0400 |
commit | e346c99db30654950e119621e87786e0541fe84b (patch) | |
tree | 25b1982dd52d9311253ff5785176c30361531d2a /vnfs/vCPE/kea-sdnc-notify-mod | |
parent | 731f2eedda9f3bca960c4a404f02b9b450e67828 (diff) |
Fix vDHCP start
Change-Id: I68c8a27b27892fb3a1433f73c7a4e199f3d27a3b
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vCPE/kea-sdnc-notify-mod')
-rw-r--r-- | vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example | 2 |
1 files changed, 1 insertions, 1 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 b3149af1..fa53f3c5 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 @@ -3,7 +3,7 @@ { # For testing, you can use veth pair as described in README.md "interfaces-config": { - "interfaces": ["veth0" ] + "interfaces": ["eth0" ] }, # How to load the hook library. |