Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: bestpath failure when you have a singlepath not in holddown
When you have multiple paths to a particular route and a single path changes. In addition of the other paths are either in hold down or not established or really just not selected you could end up with a situation where the bestpath choosen was a path that was in hold down. Modify the code such that when there is nothing worse in bestpath selection for the choosen path, but were unable to do any sorting, just put the path on the top of the list and declare it the winner. Else just do the original and put it at the end. Signed-off-by: Chirag Shah <[email protected]> Signed-off-by: Donald Sharp <[email protected]>
- Loading branch information