]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_debug.h
bgpd: Generate and advertise gateway IP overlay index with EVPN RT-5
authorAmeya Dharkar <adharkar@vmware.com>
Mon, 11 Jan 2021 02:32:34 +0000 (18:32 -0800)
committerAmeya Dharkar <adharkar@vmware.com>
Tue, 8 Jun 2021 00:58:22 +0000 (17:58 -0700)
commit6c995628c1d175d255c2a02f108813090da4c4e2
tree9df04ed7924f1ea0436bdd0a698bdf37b8f8dc9d
parentd4a88de3bb32f76573af09f6758c43773b335bf6
bgpd: Generate and advertise gateway IP overlay index with EVPN RT-5

Gateway IP overlay index is generated for EVPN RT-5 when following CLI is
configured.

router bgp 100 vrf vrf-blue
 address-family l2vpn evpn
  advertise ipv4 unicast gateway-ip
  advertise ipv6 unicast gateway-ip

BGP nexthop of the VRF IP/IPv6 route is set as the gateway IP of the
corresponding EVPN RT-5

Signed-off-by: Ameya Dharkar <adharkar@vmware.com>
bgpd/bgp_debug.c
bgpd/bgp_debug.h
bgpd/bgp_evpn.c
bgpd/bgp_mac.c
bgpd/bgp_route.c
bgpd/bgp_updgrp_packet.c