]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_attr.c
bgpd: encode implicit next-hop-self in some vrf route leaking scenarios
authorDon Slice <dslice@cumulusnetworks.com>
Wed, 17 Jul 2019 17:19:08 +0000 (13:19 -0400)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 23 Jul 2019 13:51:16 +0000 (06:51 -0700)
commitb96306f042ce6017fa42273bcc8b232a6ccb8c62
tree7f3711f0cb7875071854e4fbf1c1c94daface404
parentdfd15ebfa6b648cedc340bc46f41a3bbb5076440
bgpd: encode implicit next-hop-self in some vrf route leaking scenarios

Problem reported that when vrf route-leaking between an unnumbered
peer in one vrf to a numbered peer in another vrf, the nexthop
attribute was missing from the update, causing the session to fail.
determined that we needed to expand the  mechanism for verifying if
the route has been learned in the other vrf without an ipv4 nexthop.

Ticket: CM-25610
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
bgpd/bgp_attr.c