commit | 91b9e8547a7c5697d5d7481f9476778077024019 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@hpe.com> | Tue Dec 01 14:32:11 2015 +0000 |
committer | Paul Jakma <paul.jakma@hpe.com> | Thu Feb 18 11:46:24 2016 +0000 |
tree | e1cf2b9d29c4dcfd0b3d429551e50f0d6f7848cf | |
parent | 321d4130a615445d0f49f41c909c92d5401fd5ff [diff] |
bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing * bgp_nexthop.c: (bgp_scan) There is little point queueing an rn with no routing information for processing. * bgp_route.c: (bgp_process) Do nothing on rn's with no routes. Add an assert for now, to try catch any other cases, but prob should be removed. (bgp_best_selection) rn with no routes == finish early.