aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/map/map.h
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2018-11-22 12:15:17 +0100
committerAndrew Yourtchenko <ayourtch@gmail.com>2018-11-22 19:20:50 +0000
commitfccd1b2b694146506e0efdeee6c23674550fc5d5 (patch)
treebf258d73903a8e83a47ffc9ccf5eaffec06d17a1 /src/plugins/map/map.h
parent94f509615eb97cebc9192e7290c84cf166518039 (diff)
Revert "Add support for MAP-T CE (VPP-1058)"
This reverts commit 0ae15ed43aaa600a75ca4c154bc62478820c00b4. Re-add MAP CE support later. This patch polluted the code with too many if (ce) ... Change-Id: Ia0ffd6fdb452aa5d30abec57772c17fc16fb0dbd Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/map/map.h')
-rw-r--r--src/plugins/map/map.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/map/map.h b/src/plugins/map/map.h
index c4cc855d2e2..0d4270d5806 100644
--- a/src/plugins/map/map.h
+++ b/src/plugins/map/map.h
@@ -247,8 +247,6 @@ typedef struct {
bool sec_check_frag; /* Inbound security check for (subsequent) fragments */
bool icmp6_enabled; /* Send destination unreachable for security check failure */
- bool is_ce; /* If this MAP node is a Customer Edge router*/
-
/* ICMPv6 -> ICMPv4 relay parameters */
ip4_address_t icmp4_src_address;
vlib_simple_counter_main_t icmp_relayed;