This NApp implements Oplenflow multi tables
warning: | Uninstallation |
---|
If you are going to uninstall this NApp be sure to disable the current pipeline from database.
To install this NApp, first, make sure to have the same venv activated as you have kytos
installed on:
$ git clone https://github.com/kytos-ng/of_lldp.git
$ cd of_lldp
$ python3 -m pip install --editable .
To install the kytos environment, please follow our development environment setup.
This NApp needs consistency check to ensure miss flow entries installation. Ensure that ENABLE_CONSISTENCY_CHECK
is True in the settings file from flow_manager
The following NApps are also required:
kytos/flow_manager.flow.added
kytos/flow_manager.flow.error
kytos/[mef_eline|telemetry_int|coloring|of_lldp].enable_table
This event should sent before any NApp sends its first flow to be published.
Content:
{
"mef_eline": {"epl": 3, "evpl": 2},
"of_lldp": {"base": 0},
"coloring": {"base": 0}
}