kytos-ng / topology

Kytos Main Topology Network Application (NApp)
https://kytos-ng.github.io/api/topology.html
MIT License
0 stars 7 forks source link

Added interface deletion #196

Closed Alopalao closed 6 months ago

Alopalao commented 6 months ago

Closes #191

Summary

Added API request to delete interface DELETE api/kytos/topology/v3/interfaces/00:00:00:00:00:00:00:01:1. After the *.*.switch.interface.deleted event, the interface can be deleted from memory if it is not used.

Local Tests

To delete interface, it needs to be removed from OVS: sudo ip link delete s1-eth4 Also:

End-to-End Tests

TBA

Alopalao commented 6 months ago

Yes, I think it can be merged. It is a somewhat basic feature.

viniarck commented 6 months ago

Yes, I think it can be merged. It is a somewhat basic feature.

img