From b23c6f4f29b53afa6be2735b30b08fcb115f20cc Mon Sep 17 00:00:00 2001 From: Takeru Hayasaka Date: Tue, 17 Jan 2023 04:45:58 +0900 Subject: ip: support flow-hash gtpv1teid support with GTPv1 TEID added to the flow hash. This can able to ECMP to PGW and parallelization. Type: feature Change-Id: I6f758579027caf6123831ef2db7afe17e424a6eb Signed-off-by: Takeru Hayasaka --- src/vnet/ip/ip4_forward.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/vnet/ip/ip4_forward.c') diff --git a/src/vnet/ip/ip4_forward.c b/src/vnet/ip/ip4_forward.c index 35ebaa436d1..b3c9ff7874c 100644 --- a/src/vnet/ip/ip4_forward.c +++ b/src/vnet/ip/ip4_forward.c @@ -2834,11 +2834,10 @@ set_ip_flow_hash_command_fn (vlib_main_t * vm, * @cliexend ?*/ /* *INDENT-OFF* */ -VLIB_CLI_COMMAND (set_ip_flow_hash_command, static) = -{ +VLIB_CLI_COMMAND (set_ip_flow_hash_command, static) = { .path = "set ip flow-hash", - .short_help = - "set ip flow-hash table [src] [dst] [sport] [dport] [proto] [reverse]", + .short_help = "set ip flow-hash table [src] [dst] [sport] " + "[dport] [proto] [reverse] [gtpv1teid]", .function = set_ip_flow_hash_command_fn, }; /* *INDENT-ON* */ -- cgit 1.2.3-korg table/1609'>stable/1609 Vector Packet ProcessingGrokmirror user
summaryrefslogtreecommitdiffstats