]> git.puffer.fish Git - mirror/frr.git/commit
zebra: BGP always sends distance no need to double check 4413/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 May 2019 12:57:11 +0000 (08:57 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 May 2019 12:57:11 +0000 (08:57 -0400)
commiteea2ef0754a7fd624c011a7c5df243250da57da0
tree70f7fbd84543009a7e16982433d15241ab3fa109
parent38a8c751a4a1f55cb8ca31d17a761cecbe9dffb8
zebra: BGP always sends distance no need to double check

BGP always sends down the correct distance to use.  We do
not need rib_add_multipath to double check the code.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rib.c