From 922077505b43f9560550653f530cf93acc81044d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 3 Jun 2019 13:21:40 +0000 Subject: IP-Punt-redirect: allow the use of a FIB path to describe how to redirect Change-Id: I2a3ba2a3d73ea8511e3a511855b041432328f0a8 Signed-off-by: Neale Ranns --- src/vnet/ip/ip4.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vnet/ip/ip4.h') diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h index 9f25f43b98e..0ead3faa1b8 100644 --- a/src/vnet/ip/ip4.h +++ b/src/vnet/ip/ip4.h @@ -302,6 +302,9 @@ void ip4_punt_policer_add_del (u8 is_add, u32 policer_index); void ip4_punt_redirect_add (u32 rx_sw_if_index, u32 tx_sw_if_index, ip46_address_t * nh); +void ip4_punt_redirect_add_paths (u32 rx_sw_if_index, + fib_route_path_t * paths); + void ip4_punt_redirect_del (u32 rx_sw_if_index); /* Compute flow hash. We'll use it to select which adjacency to use for this -- cgit 1.2.3-korg