From e2d0c6e51ed29949260ae89c1a69cec39a14048f Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Wed, 23 Mar 2022 18:08:53 +0100 Subject: ip: Add unformat for flow_hash_config Type: improvement This also makes the is_white_space function public Change-Id: Ifc1c0d4509f3ecae14f09bb5fa7a2eea33c49b09 Signed-off-by: Nathan Skrzypczak --- src/vnet/ip/lookup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/ip/lookup.h') diff --git a/src/vnet/ip/lookup.h b/src/vnet/ip/lookup.h index 48ba468d7c2..aa998273213 100644 --- a/src/vnet/ip/lookup.h +++ b/src/vnet/ip/lookup.h @@ -162,7 +162,7 @@ typedef struct ip_lookup_main_t } ip_lookup_main_t; u8 *format_ip_flow_hash_config (u8 * s, va_list * args); - +uword unformat_ip_flow_hash_config (unformat_input_t *input, va_list *args); always_inline void ip_lookup_set_buffer_fib_index (u32 * fib_index_by_sw_if_index, -- cgit 1.2.3-korg