BUG-6651: Route Advertisement improvement 56/45256/1
authorClaudio D. Gasparini <cgaspari@cisco.com>
Tue, 6 Sep 2016 16:35:56 +0000 (18:35 +0200)
committerClaudio D. Gasparini <cgaspari@cisco.com>
Tue, 6 Sep 2016 16:51:03 +0000 (18:51 +0200)
commit2193f98741659d1bf7cb77fde78cf685bfa091b5
treed6f54298d562f9d5712e5b083343839f2289eabf
parent684d75cb36f3b34b2691b374166f1bbc9ef52de5
BUG-6651:  Route Advertisement improvement

When N/All Paths
-advertise only the new best path selected.
When Best Paths selected are updated
-Don't send a withdrawal for removed path from the best ones.
-Only send thew withdrawal when route is removed by owner

Change-Id: Ia5051ac97e26cfe7cf9f28a5bc6ddb21cf87670a
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