X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fmap%2Fmap.h;fp=src%2Fvnet%2Fmap%2Fmap.h;h=7243e814f2ed5f603b61ee347e78d3ecbb4b2253;hb=0ae15ed43aaa600a75ca4c154bc62478820c00b4;hp=8bae222a24b3c6f93be0f8fa949c5e7da0823f2d;hpb=c5c6a3342f3cbaaac647d52fd960b6f5b0fcd4e0;p=vpp.git diff --git a/src/vnet/map/map.h b/src/vnet/map/map.h index 8bae222a24b..7243e814f2e 100644 --- a/src/vnet/map/map.h +++ b/src/vnet/map/map.h @@ -242,6 +242,8 @@ 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;