Fix even more spellchecker warnings
[docs.git] / docs / release-notes / projects / lispflowmapping.rst
1 =================
2 LISP Flow Mapping
3 =================
4
5 Overview
6 ========
7
8 LISP (Locator ID Separation Protocol) Flow Mapping service provides mapping
9 services, including LISP Map-Server and LISP Map-Resolver services that store
10 and serve mapping data to dataplane nodes and to OpenDaylight applications.
11 Mapping data can include mapping of virtual addresses to physical network
12 addresses where the virtual nodes are reachable or hosted.
13 Mapping data can also include a variety of routing policies including traffic
14 engineering and load balancing.
15 To leverage this service, OpenDaylight applications and services can use the
16 northbound REST API to define the mappings and policies in the LISP Mapping
17 Service.
18 Dataplane devices capable of LISP control protocol can leverage this service
19 through a southbound LISP plugin.
20 LISP-enabled devices must be configured to use this OpenDaylight service,
21 since their Map- Server and/or Map-Resolver.
22
23 Southbound LISP plugin supports the LISP control protocol
24 (that is, Map-Register, Map-Request, Map-Reply messages).
25 It can also be used to register mappings in the OpenDaylight mapping service.
26
27 Behavior/Feature Changes
28 ========================
29
30 Here is the link to the features improved in this release:
31
32 `OpenDaylight JIRA Tickets - Improvement <https://jira.opendaylight.org/issues/?jql=project+%3D+lispflowmapping+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>`_
33
34 New Features
35 ============
36
37 Here is the link to the new features introduced in this release:
38
39 `OpenDaylight JIRA Tickets - New Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+lispflowmapping+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>`_
40
41 Deprecated Features
42 ===================
43
44 Here is the link to the features removed in this release:
45
46 `OpenDaylight JIRA Tickets - Deprecated Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+lispflowmapping+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>`_
47
48 Resolved Issues
49 ===============
50
51 Here is the link to the resolved issues fixed in this release:
52
53 `OpenDaylight JIRA Tickets - Resolved Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+lispflowmapping+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>`_
54
55
56 Known Issues
57 ============
58
59 Here is the link to the known issues exist in this release:
60
61 `OpenDaylight JIRA Tickets - Known Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+lispflowmapping+AND+type+%3D+Bug+AND+status+not+in+%28Resolved%2C+Done%2C+Closed%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_