diff options
| author | vivek <vivek@cumulusnetworks.com> | 2017-11-28 23:40:30 -0800 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-04-26 07:50:34 -0400 | 
| commit | a317a9b9a479f92c90d31562ec90d6ac9e3f8150 (patch) | |
| tree | f98ca19e464a820afe378f97bac0110cee619bb5 /zebra/zebra_vxlan.h | |
| parent | 97722e560ecaf87125aff5a56e247b7952ef8105 (diff) | |
bgpd, zebra: Handle EVPN router MAC per next hop
Ensure that when EVPN routes are installed into zebra, the router MAC
is passed per next hop and appropriately handled. This is required for
proper multipath operation.
Ticket: CM-18999
Reviewed By:
Testing Done: Verified failed scenario, other manual tests
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_vxlan.h')
| -rw-r--r-- | zebra/zebra_vxlan.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_vxlan.h b/zebra/zebra_vxlan.h index 6153c7d7e3..34d1152751 100644 --- a/zebra/zebra_vxlan.h +++ b/zebra/zebra_vxlan.h @@ -160,7 +160,6 @@ extern void zebra_vxlan_evpn_vrf_route_add(vrf_id_t vrf_id,  					   struct ipaddr *ip,  					   struct prefix *host_prefix);  extern void zebra_vxlan_evpn_vrf_route_del(vrf_id_t vrf_id, -					   struct ethaddr *rmac,  					   struct ipaddr *vtep_ip,  					   struct prefix *host_prefix);  | 
