]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: The default IP route not advertised with configured RD
authorKishore Aramalla <karamalla@vmware.com>
Thu, 29 Nov 2018 03:18:08 +0000 (19:18 -0800)
committerKishore Aramalla <karamalla@vmware.com>
Thu, 29 Nov 2018 03:18:08 +0000 (19:18 -0800)
commit5fd9c12b70fe871bb2033388bce9e650dc0c763e
tree3279d537f825d0b4425937ed0992cecba284c68e
parentd5215d5e169957de399334c2150116ca2fbd0d63
bgpd: The default IP route not advertised with configured RD

When "default-originate ipv4" is configured, a type-5 route is installed in
the local node and advertised to the peer with auto-rd.

When the above was followed by configuring an RD in IP VRF, Type-5 are
generated for only the non-default routes.

Fixed this issue by withdrawing the default route with auto-rd and advertising
 the route with confiured RD.

Signed-off-by: Kishore Aramalla karamalla@vmware.com
bgpd/bgp_evpn.c
bgpd/bgp_evpn_private.h
bgpd/bgp_evpn_vty.c