BUG-4827: Introduce Avertise All Paths Selecetion Mode 30/35930/16
authorClaudio D. Gasparini <cgaspari@cisco.com>
Tue, 8 Mar 2016 13:15:38 +0000 (14:15 +0100)
committerMilos Fabian <milfabia@cisco.com>
Thu, 31 Mar 2016 11:28:59 +0000 (11:28 +0000)
commitbf49276cd0fd06654a0c4440480543f4c5047324
treed1413e6d00e2074448468d72c5183d9fa0863f27
parenta025268a7be755d649fb1a78f93023bbdfaf0d46
BUG-4827: Introduce Avertise All Paths Selecetion Mode

Introduce Avertise All Paths Selecetion Mode

Change-Id: I744cf2722828234203fe3830a753ec1e0259c9ee
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
bgp/controller-config/src/main/resources/initial/41-bgp-example.xml
bgp/path-selection-mode/src/main/java/org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModule.java [new file with mode: 0644]
bgp/path-selection-mode/src/main/java/org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModuleFactory.java [new file with mode: 0644]
bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/all/paths/AbstractAllPathsRouteEntry.java [new file with mode: 0644]
bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/all/paths/AllPathSelection.java [new file with mode: 0644]
bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/all/paths/ComplexRouteEntry.java [new file with mode: 0644]
bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/all/paths/SimpleRouteEntry.java [new file with mode: 0644]
bgp/path-selection-mode/src/main/yang/bgp-path-selection-mode.yang