From 640edcd9016f2381ea1efeaab78e834068c0e862 Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Mon, 23 Sep 2019 09:00:30 +0000 Subject: map: use SVR for MAP-T This change is part of an effort to unify reassembly code. By removing shallow virtual reassembly functionality in MAP and using the common vnet provided shallow virtual reassembly, code size and complexity is reduced. Type: refactor Change-Id: Iec8edd039f7b967b53e17bb9bca228a8b452ac0c Signed-off-by: Klement Sekera --- src/plugins/map/map.api | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/plugins/map/map.api') diff --git a/src/plugins/map/map.api b/src/plugins/map/map.api index b1f78124c2c..f2a7f84de98 100644 --- a/src/plugins/map/map.api +++ b/src/plugins/map/map.api @@ -326,10 +326,6 @@ define map_param_get @param icmp6_enable_unreachable - 1 = send ICMP unreachable err msgs @param ip4_nh_address - direct IP4 next-hop address @param ip6_nh_address - direct IP6 next-hop address - @param ip4_lifetime_ms - reassembly valid lifetime, or ~0 - @param ip4_pool_size - max number of reassemblies, or ~0 - @param ip4_buffers - max number of reassembly buffers, or ~0 - @param ip4_ht_ratio - reassembly valid lifetime, or ~0 @param ip6_lifetime_ms - max number of reassemblies, or ~0 @param ip6_pool_size - max number of reassemblies, or ~0 @param ip6_buffers - max number of reassembly buffers, or ~0 -- cgit 1.2.3-korg