Merge "Use Uint types in openflowjava-extension-eric"
[openflowplugin.git] / docs / users / installation.rst
1 .. _ofp-installation:
2
3 OpenFlow Plugin Installation
4 ============================
5
6 OpenFlow Plugin installation follows standard OpenDaylight installation procedure
7 described in install-odl_.
8
9 Next sections describe typical OpenFlow user and test features. For a complete list
10 of available features check the OpenFlow Plugin Release Notes.
11
12 Typical User features
13 ---------------------
14
15 - **odl-openflowplugin-flow-services-rest**: OF plugin with REST API.
16 - **odl-openflowplugin-app-table-miss-enforcer**: Adds default flow to controller.
17 - **odl-openflowplugin-nxm-extensions**: Nicira extensions for OVS.
18
19 Typical Test features
20 ---------------------
21
22 - **odl-openflowplugin-app-table-miss-enforcer**: Adds default flow to controller.
23 - **odl-openflowplugin-drop-test**: Test application for pushing flows on packet-in.
24 - **odl-openflowplugin-app-bulk-o-matic**: Test application for pushing bulk flows.
25
26 .. _install-odl: https://docs.opendaylight.org/en/latest/getting-started-guide/installing_opendaylight.html
27