-
-
- Review prod use cases x e2e test cov
- Review if any race conditions on handlers
-
Hi,
Depending on the topology and the link down/up events, it may happen that no failover path is found (there is no path minimally disjoint from the current path):
```
Jan 30 17:15:58 2ff3d06b…
-
If a flow is created outside Kytos, it should be removed by the consistency check, but that is not happening.
Steps to reproduce:
- start kytos with a clean storehouse;
- start Mininet with a sim…
-
Hi folks,
Arturo (@ArturoQuintana) and I were testing Kytos/FlowManager napp and we reached a possible critical bug: the request to remove an unexisting flow leads to the removal of all flows using…
-
The Switch() class is pyof dependent, which is not in agreement with the idea of having a protocol independent kytos core, nor that of working with multiple pyof versions.
The class should hold the…
-
This must be transparent to the developer, Ex, using:
`class Main(BaseNApp):`
Should we support RESTCONF???
-
Kytos should maybe start matching by "owner" as well. For example with RingTopo and this pipeline enabled:
```
{
"multi_table": [
{
"table_id": 1,
"descriptio…
-
Currently these NApps have the following scripts:
- flow_manager:
```
├── scripts
│ ├── drop_compound_index.py
│ ├── pipeline_related.py
│ ├── README.md
│ └── storehouse_to_mongo.py…
-
Today, The documentation only teaches users how to install napps without their dependencies.