]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: distinguish between frr prefixlen and packet prefixlen for EVPN type-5 routes
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Mon, 6 Nov 2017 22:32:32 +0000 (14:32 -0800)
committerMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Thu, 14 Dec 2017 18:57:08 +0000 (10:57 -0800)
commite9fc2840f73b0e301373f70d79faa8e08776c92a
tree2cf842eecbf896a9d2ac48821843c92fef4c2981
parent408b00c4d73b1975e378ca512cb32c13f9e544d8
bgpd: distinguish between frr prefixlen and packet prefixlen for EVPN type-5 routes

for EVPN routes prefixlen filed in struct prefix
represents the sizeof of the struct rather than the actual prefix len.
This is later used in looking up route node in RIB.

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
bgpd/bgp_evpn.c
bgpd/bgp_evpn_private.h