Add 'vxlan_last_rsvd' as the modification command string.
Signed-off-by: Rongwei Liu <[email protected]>
Acked-by: Dariusz Sosnowski <[email protected]>
---
app/test-pmd/cmdline_flow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index 775ce20fc4..9e88034709 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -1005,7 +1005,7 @@ static const char *const flow_field_ids[] = {
"ipv4_proto",
"ipv6_flow_label", "ipv6_traffic_class",
"esp_spi", "esp_seq_num", "esp_proto",
- "random",
+ "random", "vxlan_last_rsvd",
NULL
};
--
2.27.0