Path Computation & Server Improvement 23/88223/5
authorOlivier Dugeon <olivier.dugeon@orange.com>
Mon, 2 Mar 2020 18:28:35 +0000 (19:28 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 6 Mar 2020 13:03:17 +0000 (13:03 +0000)
commitb68683191a0a1622aaf2d5a39dd4100b1c3a1ea6
tree4fe9275daeb9fdfcccaaa1653124c8542af86f1b
parent9553bbac51ae890b9a923aa64ce8617ceae06666
Path Computation & Server Improvement

 - Correct a bug in SAMCRA algorithm when delay is not specified
 - Improve debug message for SAMCRA algorithm
 - Add documentation for Path Computation Algorithm bundle
 - Update documentation for PCEP with the Path Computation Server

JIRA: BGPCEP-897
JIRA: BGPCEP-896

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Change-Id: I3243c6c1f52f3960c01c64069a075c76ed2fa829
12 files changed:
algo/algo-impl/src/main/java/org/opendaylight/algo/impl/CspfPath.java
algo/algo-impl/src/main/java/org/opendaylight/algo/impl/Samcra.java
docs/algo/algo-user-guide-algo-model.rst [new file with mode: 0644]
docs/algo/algo-user-guide-running-algo.rst [new file with mode: 0644]
docs/algo/index.rst [new file with mode: 0644]
docs/graph/graph-user-guide-graph-model.rst
docs/graph/graph-user-guide-manage-graph.rst
docs/graph/graph-user-guide-running-graph.rst
docs/index.rst
docs/pcep/index.rst
docs/pcep/pcep-user-guide-path-computation.rst [new file with mode: 0644]
docs/pcep/pcep-user-guide-troubleshooting.rst