diff options
Diffstat (limited to 'zebra/zebra_dplane.c')
| -rw-r--r-- | zebra/zebra_dplane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_dplane.c b/zebra/zebra_dplane.c index 56545d0766..d3bcffe960 100644 --- a/zebra/zebra_dplane.c +++ b/zebra/zebra_dplane.c @@ -2908,7 +2908,7 @@ dplane_br_port_update(const struct interface *ifp, bool non_df, if (non_df) flags |= DPLANE_BR_PORT_NON_DF; - if (IS_ZEBRA_DEBUG_DPLANE_DETAIL) { + if (IS_ZEBRA_DEBUG_DPLANE_DETAIL || IS_ZEBRA_DEBUG_EVPN_MH_ES) { uint32_t i; char vtep_str[ES_VTEP_LIST_STR_SZ]; |
