kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

feat: subscribe to `kytos/topology.interfaces.metadata.(added|removed)` to update `proxy_port` #61

Closed viniarck closed 8 months ago

viniarck commented 12 months ago

To quote it from https://github.com/kytos-ng/kytos/pull/402/files

  • If an UNI's proxy port value changes to another port, then telemetry_int should reinstall the specific associated EVC sink flows accordingly. Similarly, if proxy_port is removed, it should remove all associated telemetry int flows. Essentially, changing a proxy_port metadata acts like an update as far as a EVC telemetry enabled is concerned.