]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Do not put on outgoing stream type 5 route 2 times 1184/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Sep 2017 13:49:26 +0000 (09:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Sep 2017 13:49:26 +0000 (09:49 -0400)
commit8b45348e8e60d3b3d57cfa581b1c87543541019e
treed995c82fea01a484bcce4338949a6672e7cf23e9
parent461b76e4ed82f3bb3f71499cfb2025959affca9b
bgpd: Do not put on outgoing stream type 5 route 2 times

With the change to allow bgp_evpn.c to support 2,3 and 5 evpn routes
the output of the route type is being done by bgp_evpn_encode_prefix
instead of the individual route encoder functions.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com.
bgpd/bgp_evpn.c