From 2500c79423c7d8d35b4e7b8f50060c09f2f857be Mon Sep 17 00:00:00 2001 From: Jon Loeliger Date: Thu, 3 Jan 2019 17:12:59 -0600 Subject: MAP: Prevent duplicate MAP-E/T graph nodes. Change-Id: I6031f3f9cfa048a901a8424d33d47679115c2eb3 Signed-off-by: Jon Loeliger --- src/plugins/map/map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/map/map.h') diff --git a/src/plugins/map/map.h b/src/plugins/map/map.h index 2169435bc09..22ab7193ab4 100644 --- a/src/plugins/map/map.h +++ b/src/plugins/map/map.h @@ -321,6 +321,10 @@ typedef struct { /* Counters */ u32 ip6_reass_buffered_counter; + /* Graph node state */ + uword *bm_trans_enabled_by_sw_if; + uword *bm_encap_enabled_by_sw_if; + /* Lookup tables */ lpm_t *ip4_prefix_tbl; lpm_t *ip6_prefix_tbl; -- cgit 1.2.3-korg