From d724e4f43b1d143a3f35492bce72fdc3e8af553e Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 2 Apr 2020 15:02:16 +0000 Subject: urpf: Unicast reverse Path Forwarding (plugin) Type: feature - move the IP4 code to plugin - add ip6 support - add suport for uRPF on TX - add tests Change-Id: I074c2debc486d3e79c12fad4b8dbd72c41e841a0 Signed-off-by: Neale Ranns --- src/vnet/ip/ip.api | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/vnet/ip/ip.api') diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index edf995ed77d..73c73a3cee0 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -509,22 +509,6 @@ autoreply define ip_source_and_port_range_check_interface_add_del u32 udp_out_vrf_id; }; -/** \brief Set interface source check request - @param client_index - opaque cookie to identify the sender - @param context - sender context, to match reply w/ request - @param is_add - add or del - @param loose - strict or loose - @param sw_if_index - interface index -*/ -autoreply define ip_source_check_interface_add_del -{ - u32 client_index; - u32 context; - bool is_add [default=true]; - bool loose; - vl_api_interface_index_t sw_if_index; -}; - /** \brief IPv6 set link local address on interface request @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request -- cgit 1.2.3-korg