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/scripts/v_dhcp_init.sh | |
parent | 731f2eedda9f3bca960c4a404f02b9b450e67828 (diff) |
Fix vDHCP start
Change-Id: I68c8a27b27892fb3a1433f73c7a4e199f3d27a3b
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vCPE/scripts/v_dhcp_init.sh')
-rw-r--r-- | vnfs/vCPE/scripts/v_dhcp_init.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vnfs/vCPE/scripts/v_dhcp_init.sh b/vnfs/vCPE/scripts/v_dhcp_init.sh new file mode 100644 index 00000000..aa32b792 --- /dev/null +++ b/vnfs/vCPE/scripts/v_dhcp_init.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +service kea-dhcp4-server start
\ No newline at end of file |