]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix route handling for 2-level routing tables
authorvivek <vivek@cumulusnetworks.com>
Wed, 24 May 2017 06:08:09 +0000 (23:08 -0700)
committervivek <vivek@cumulusnetworks.com>
Thu, 25 May 2017 17:20:04 +0000 (10:20 -0700)
commit64396cba7358b597d2e8093f71092d08bbf0021d
treeaf258c601d85878e0bcebc4d140bf160cc316bc7
parentea2e48899bb921dac10da1d8273a167f4a63678e
bgpd: Fix route handling for 2-level routing tables

For certain (sub) address families such as EVPN or L3VPN, the routing
table is organized as a 2-level tree. Ensure that code walking the
routing table does the correct handling in such cases.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
bgpd/bgpd.c