diff options
| author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2020-04-13 15:56:03 -0700 |
|---|---|---|
| committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2020-10-26 10:33:19 -0700 |
| commit | 28e80a037f26e1513a65a260defd4daa12763564 (patch) | |
| tree | 5137cde639ee5126aff029f1c8d728c0e94d4d1b /zebra/zebra_dplane.c | |
| parent | c60522f7026b51e7440832f4b0d80fcd0111270f (diff) | |
zebra: changes for programming SPH, non-DF and backup NHG br-port attrs
split horizon filter, non-DF block filter and backup nexthop group
are passed as bridge port attributes to the dataplane.
Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
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]; |
