-
Updating the tags of an interface generates an event, which is then later processed by topology to write the tag data to the DB. However, it is possible that before this event is processed kytos can c…
-
So from what I can tell, other NApps that use `of_multi_table` are loading in after this NApp has loaded. `of_multi_table` uses the list of currently loaded NApps to know which NApps it should wait on…
Ktmi updated
3 months ago
-
Hi,
Currently, the ActionSetField class is only considering the action type on the deserialization process, as defined here:
https://github.com/kytos-ng/of_core/blob/3545b1c23fa8f39937b686d3fb0d…
-
There are use cases where a NApp subscribes from kytos event handlers and publish them to an external message broker. This is for potentially integrating with other platforms that already uses a mes…
-
When trying to remove a link from the network, SDX does not reflect the change.
This is the topology before removing a link:
```
{'name': 'Tenet-OXP', 'id': 'urn:sdx:topology:tenet.ac.za', 'ver…
-
When that happens, the server must be restarted.
```Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/pyt…
-
Original issue opened by @ajoaoff at https://github.com/kytos/kytos/issues/1064.
The list of links must be accessible by all applications, like the list of switches and interfaces. Although the topol…
-
As part of the storehouse loading process, it creates a in-memory cache for all boxes and all namespaces stored (https://github.com/kytos-ng/storehouse/blob/master/main.py#L99-L110). This is done inli…
-
I want to use Kytos with Mininet based on this [document](https://tutorials.kytos.io/napps/how_to_use_kytos_with_mininet/). I get this error when I try to **Ping**.
- mininet:
```
> h1 ping h2
`…
-
When kytos is running and you install one NApp, kytos need to be restarted to reload the NApp dependencies.
Steps to reproduce:
- Install all the environment (pyof, kytos-utils and kytos);
- In…