Update Java API doc links to reflect fluorine
[docs.git] / docs / release-notes / projects / l2switch.rst
1 ========
2 L2Switch
3 ========
4
5 odl-l2switch-switch
6 -------------------
7 * **Feature Description:** Provides a basic L2 Switch abstraction over multiple switches using OpenFlow
8 * **Top Level:** Yes
9 * **User Facing:** Yes
10 * **Experimental:** No
11 * **CSIT Test:**
12
13   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-switch-all-oxygen/
14   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-merge-oxygen/
15   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-sonar/
16   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-validate-autorelease-oxygen/
17   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-maven-clm-oxygen/
18   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-periodic-host-scalability-daily-only-oxygen/
19   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-scalability-all-oxygen/
20   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-switch-all-oxygen/
21   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-distribution-check-oxygen/
22
23 Documentation
24 =============
25
26 * **User Guide(s):**
27
28   * :ref:`l2switch-user-guide`
29
30 * **Developer Guide(s):**
31
32   * :ref:`l2switch-dev-guide`
33
34 Security Considerations
35 =======================
36
37 * `CVE-2015-1610 <https://www.cvedetails.com/cve/CVE-2015-1610/>`_: Hosttracker data may be manipulated via MAC address spoofing.
38
39 Quality Assurance
40 =================
41
42 * `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=org.opendaylight.l2switch%3Al2switch>`_
43 * `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/l2switch/>`_
44 * The tests are using the OpenDaylight CSIT infrastructure.
45
46   * How extensive was it? *Covers functionality and basic scalability*
47   * What should be expected to work? *Basic functions: packet handling, address tracking, host discovery, mininet pingall success (with flood mode enabled)*
48   * What has not be tested as much? *Extensive scalability testing, clustering*
49
50 Migration
51 ---------
52
53 Data should be migratable from Nitrogen to Oxygen.
54
55 Compatibility
56 -------------
57
58 This release is compatible with the previous release.
59
60 Bugs Fixed
61 ----------
62
63 No bug is fixed in this release.
64
65 Known Issues
66 ------------
67
68 * `L2SWITCH-81 <https://jira.opendaylight.org/browse/L2SWITCH-81>`_: l2switch does not work well when mininet is stopped/started with no delay.
69
70 End-of-life
71 ===========
72 No Changes
73
74 Standards
75 =========
76
77 None.
78
79 Release Mechanics
80 =================
81
82 * `Link to release plan <https://wiki.opendaylight.org/view/L2_Switch:Oxygen_Release_Plan>`_
83 *  No major changes.