This commit adds the missing port representor support as sample
destination.

Signed-off-by: Suanming Mou <suanmi...@nvidia.com>
---
 app/test-pmd/cmdline_flow.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index 6c8571154e..0d521159e9 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -2472,6 +2472,7 @@ static const enum index next_action_sample[] = {
        ACTION_VXLAN_ENCAP,
        ACTION_NVGRE_ENCAP,
        ACTION_REPRESENTED_PORT,
+       ACTION_PORT_REPRESENTOR,
        ACTION_NEXT,
        ZERO,
 };
-- 
2.34.1

Reply via email to