kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

feat: keep track of which `ProxyPort` is associated to a `UNI` #65

Closed viniarck closed 7 months ago

viniarck commented 8 months ago

This is to cover this requirement from EP031:

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.

viniarck commented 7 months ago

Landed on https://github.com/kytos-ng/telemetry_int/pull/67