commit | bd4b7f1559ab5cb52bbe9dc2db9e50a032ccdbb7 | [log] [tgz] |
---|---|---|
author | vivek <vivek@cumulusnetworks.com> | Tue Sep 30 15:54:45 2014 -0700 |
committer | Paul Jakma <paul@quagga.net> | Thu Sep 24 15:26:41 2015 +0100 |
tree | 158439c616739d81afa59a1b1954cc5ef9e29c02 | |
parent | b6404390a713144252b62f49a328315d1952c6d8 [diff] |
bgpd: Ignore stale entry candidates during bestpath selection. During best path selection, if one of the candidates is a stale entry, do not perform the neighbor address comparison as that information is invalid for the stale entry. Attempting to perform the comparison results in a bgpd exception. Signed-off-by: Vivek Venkataraman <vivek@cumulusnetworks.com> Reviewed-by: Dinesh G Dutt <ddutt@cumulusnetworks.com>