From a025b3ea353b5c5c356efda0888d75a2ab8979e0 Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Wed, 21 Aug 2019 10:53:14 +0000 Subject: map: use SVR for MAP-E 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: I431f47d4db97154fecaeaecd6719cfc3b83cfc4a Signed-off-by: Klement Sekera --- src/plugins/map/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/map/map.h') diff --git a/src/plugins/map/map.h b/src/plugins/map/map.h index a65a16a06d5..a4aced5952d 100644 --- a/src/plugins/map/map.h +++ b/src/plugins/map/map.h @@ -342,6 +342,8 @@ typedef struct { lpm_t *ip4_prefix_tbl; lpm_t *ip6_prefix_tbl; lpm_t *ip6_src_prefix_tbl; + + uword ip4_sv_reass_custom_next_index; } map_main_t; /* -- cgit 1.2.3-korg