]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: move non-best local path checks outside the function 3202/head
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Fri, 19 Oct 2018 15:46:46 +0000 (08:46 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 31 Oct 2018 10:23:32 +0000 (06:23 -0400)
commit9a8897aa9a51c2151a1629c9c491ddc6d0dfb589
tree34ad761fc6c3df08ac8e30207a515796890f0d9c
parent093e3f23f63ae90ce2a7407ecdec9a86b99dacd9
bgpd: move non-best local path checks outside the function

This change is a fixup to -
7b5e18 -  bgpd: use IP address as tie breaker if the MM seq number is the
same

And is being done in response to review comments. This commit brings no
functional change; simply moves around code for easier maintanence.

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
bgpd/bgp_evpn.c