kytos / topology

Kytos Main Topology Network Application (NApp)
https://napps.kytos.io/kytos/topology
MIT License
0 stars 19 forks source link

Fix the interface metadata persistence #130

Closed cmagnobarbosa closed 4 years ago

cmagnobarbosa commented 4 years ago

This commit made a small refactor in the save_metadata_on_store method and the _restore_status, making the interface metadata persistent. Solving a bug to save the interface metadata in the NApp storehouse.

Main change:

How test these changes:

Fix: #129