diff options
author | Chirag Shah <chirag@cumulusnetworks.com> | 2019-09-06 22:55:35 +0200 |
---|---|---|
committer | Chirag Shah <chirag@cumulusnetworks.com> | 2019-11-22 16:53:33 +0100 |
commit | 0056f687d759166e59fbe099c6b5aa8b90826b67 (patch) | |
tree | 5a9c54e7a7e768f043f133bd904842edfc2a060d /zebra/zebra_vxlan.h | |
parent | bgpd: evpn pip handle svi ip route (diff) | |
download | frr-0056f687d759166e59fbe099c6b5aa8b90826b67.tar.xz frr-0056f687d759166e59fbe099c6b5aa8b90826b67.zip |
zebra: evpn pip mac vlan up-down event
macvlan interface up/down event triggers
bgp to send updates for evpn routes
with changed RMAC and nexthop IP values.
Ticket:CM-26190
Reviewed By:
Testing Done:
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_vxlan.h')
-rw-r--r-- | zebra/zebra_vxlan.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_vxlan.h b/zebra/zebra_vxlan.h index bb80ae1c9..1a85c6e51 100644 --- a/zebra/zebra_vxlan.h +++ b/zebra/zebra_vxlan.h @@ -217,6 +217,8 @@ extern int zebra_vxlan_clear_dup_detect_vni(struct vty *vty, extern void zebra_vxlan_handle_result(struct zebra_dplane_ctx *ctx); extern void zebra_evpn_init(void); +extern void zebra_vxlan_macvlan_up(struct interface *ifp); +extern void zebra_vxlan_macvlan_down(struct interface *ifp); #ifdef __cplusplus } |