BUG-6317 Do not withdraw route when best path has changed 87/42987/4
authorClaudio D. Gasparini <cgaspari@cisco.com>
Mon, 8 Aug 2016 06:17:52 +0000 (08:17 +0200)
committerClaudio D. Gasparini <cgaspari@cisco.com>
Wed, 10 Aug 2016 15:10:35 +0000 (15:10 +0000)
commit94f7f6bee9c8467cdd240aac4702c3e49f5306e1
tree47bbef08d042891edaa9ef5c655e41a82dcec68f
parented7e0631a243ea218090215280be9b1829c1dfa5
BUG-6317 Do not withdraw route when best path has changed

Route should be withdrawn only if there is not other
best path which can be announced intead.

Change-Id: Ibc2ae0bf2d05a90e06eae34a12f8e6b98f64fb7c
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java
bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/all/paths/AbstractAllPathsRouteEntry.java
bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/n/paths/AbstractNPathsRouteEntry.java
bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/base/BaseAbstractRouteEntry.java
bgp/rib-impl/src/main/java/org/opendaylight/controller/config/yang/bgp/rib/impl/BGPPSMImplModule.java