]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix issue with ipv6 ecmp with vrfs
authorDon Slice <dslice@cumulusnetworks.com>
Fri, 26 May 2017 15:13:08 +0000 (15:13 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Fri, 26 May 2017 15:13:08 +0000 (15:13 +0000)
commiteee6117a6226a353f0d531661dec6d3f6641e6c4
tree8a4d066b74246bc9127b40b1bfe93fc04fb9efd5
parent921c2f1ef7721f2ffa13d6b096673eb376756847
bgpd: fix issue with ipv6 ecmp with vrfs

Problem reported by customer that ipv6 wasn't installing ecmp paths
when using vrfs.  Found a vrf-unware call in bgp_zebra_announce that
was the culprit.  Testing of the fix looks good.

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