Merge "Check enchant-2 exec presence in tox spelling job"
[docs.git] / docs / release-notes / projects / bgpcep.rst
1 ========
2 BGP-PCEP
3 ========
4
5 Overview
6 ========
7
8 BGP Plugin
9 ----------
10 The OpenDaylight controller provides an implementation of BGP
11 (Border Gateway Protocol), which is based on `RFC 4271 <https://tools.ietf.org/html/rfc4271>`_)
12 as a south-bound protocol plugin. The implementation renders all
13 basic *BGP speaker capabilities*, including:
14
15 Inter/Intra-AS peering
16 * Routes advertising
17 * Routes originating
18 * Routes storage
19
20 The plugin's **north-bound API** (``REST``/``Java``) provides to user:
21
22 * Fully dynamic run-time standardized BGP configuration
23 * Read-only access to all RIBs
24 * Read-write programmable RIBs
25 * Read-only reachability/link-state topology view
26
27 PCEP Plugin
28 -----------
29 The OpenDaylight Path Computation Element Communication Protocol (PCEP)
30 plugin provides all basic service units necessary to build-up a
31 PCE-based controller. Defined by `RFC 8231 <https://tools.ietf.org/html/rfc8231>`_,
32 PCEP offers LSP management functionality for Active Stateful PCE, which is
33 the cornerstone for majority of PCE-enabled SDN solutions. It consists of
34 the following components:
35
36 * Protocol library
37 * PCEP session handling
38 * Stateful PCE LSP-DB
39 * Active Stateful PCE LSP Operations
40
41
42 Changes in Phosphorus release stream
43 ====================================
44
45 There is a comprehensive list of JIRA issues
46 `resolved in this release <https://jira.opendaylight.org/issues/?jql=project%20%3D%20BGPCEP%20AND%20fixVersion%20in%20(0.16.0%2C%200.16.1%2C%200.16.2%2C%200.16.3%2C%200.16.4%200.16.5)>`__
47
48
49 Behavior/Feature Changes
50 ========================
51
52 The internal refactor done in `BGPCEP-949 <https://jira.opendaylight.org/browse/BGPCEP-949>`__, the configuration knob
53 to enable legacy BGP link state path attribute encoding has changed. It is using OSGi Configuration Admin interface, just
54 like other global settings.
55
56 Here is the link to the features improved in this release:
57
58 `OpenDaylight JIRA Tickets - Improvement <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+Improvement+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
59
60 New Features
61 ============
62
63 Here is the link to the new features introduced in this release:
64
65 `OpenDaylight JIRA Tickets - New Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+%22New+Feature%22+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
66
67 Deprecated Features
68 ===================
69
70 Here is the link to the features removed in this release:
71
72 `OpenDaylight JIRA Tickets - Deprecated Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+Deprecate+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
73
74 Resolved Issues
75 ===============
76
77 Here is the link to the resolved issues fixed in this release:
78
79 `OpenDaylight JIRA Tickets - Resolved Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+Bug+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
80
81
82 Known Issues
83 ============
84
85 Here is the link to the known issues exist in this release:
86
87 `OpenDaylight JIRA Tickets - Known Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+Bug+AND+status+not+in+%28Resolved%2C+Done%2C+Closed%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_