[spp] [PATCH 2/8] recipes: fix rcps for setting up spp_vf

x-fn-spp-ml at ntt-tx.co.jp x-fn-spp-ml at ntt-tx.co.jp
Thu Feb 27 10:44:16 CET 2020


From: Hideyuki Yamashita <yamashita.hideyuki at po.ntt-tx.co.jp>

This patch set fixes setting up configuration of spp_vf.

Signed-off-by: Hideyuki Yamashita <yamashita.hideyuki at ntt-tx.co.jp>
Signed-off-by: Naoki Takada <ntakada14 at gmail.com>
---
 .../usecases/spp_vf/ssh_login/setup/1_start_components.rcps   | 4 ++--
 .../usecases/spp_vf/ssh_login/setup/4_start_components.rcps   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps b/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps
index e864628..b1c63ad 100644
--- a/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps
+++ b/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps
@@ -1,5 +1,5 @@
-# Start component for path1
-vf 1; component start cls1 2 classifier_mac
+# Start components for path1
+vf 1; component start cls1 2 classifier
 vf 1; component start fwd1 3 forward
 vf 1; component start fwd2 4 forward
 vf 1; component start fwd3 5 forward
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps b/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps
index 7ce2c0d..e784891 100644
--- a/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps
+++ b/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps
@@ -1,5 +1,5 @@
-# Start component for path2
-vf 1; component start cls2 8 classifier_mac
+# Start components for path2
+vf 1; component start cls2 8 classifier
 vf 1; component start fwd5 9 forward
 vf 1; component start fwd6 10 forward
 vf 1; component start fwd7 11 forward
-- 
2.17.1



More information about the spp mailing list