From f667e12f3e030d3f71ca06a5d6c7320be4c44ea3 Mon Sep 17 00:00:00 2001 From: Johnson Li Date: Wed, 13 Sep 2017 15:14:36 +0800 Subject: Add patch for BRG and scripts to set the NAT rule Add Framework codes for the vCPE VNFs Issue-ID: INT-80 Change-Id: I312aef9631636f0e2273f482f5db44ca93a55983 Signed-off-by: Johnson Li Signed-off-by: root --- vnfs/vCPE/scripts/v_gmux_init.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vnfs/vCPE/scripts/v_gmux_init.sh') diff --git a/vnfs/vCPE/scripts/v_gmux_init.sh b/vnfs/vCPE/scripts/v_gmux_init.sh index a9bf588e..41730d3a 100644 --- a/vnfs/vCPE/scripts/v_gmux_init.sh +++ b/vnfs/vCPE/scripts/v_gmux_init.sh @@ -1 +1,6 @@ #!/bin/bash + +systemctl start vpp +systemctl start honeycomb +systemctl start autosave + -- cgit 1.2.3-korg