From e346c99db30654950e119621e87786e0541fe84b Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 11 Aug 2017 14:33:52 -0400 Subject: Fix vDHCP start Change-Id: I68c8a27b27892fb3a1433f73c7a4e199f3d27a3b Signed-off-by: Marco Platania --- vnfs/vCPE/scripts/kea-dhcp4.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnfs/vCPE/scripts/kea-dhcp4.conf') diff --git a/vnfs/vCPE/scripts/kea-dhcp4.conf b/vnfs/vCPE/scripts/kea-dhcp4.conf index b3149af1..fa53f3c5 100644 --- a/vnfs/vCPE/scripts/kea-dhcp4.conf +++ b/vnfs/vCPE/scripts/kea-dhcp4.conf @@ -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. -- cgit 1.2.3-korg