kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
3 stars 7 forks source link

Include `link.id ` on `Link` `__repr__` #388

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

This is for adding link.id on Links __repr__ string. id is useful for correlation, which was highlighted on topology issue 120. By including it in the __repr__ it won't be too verbose, and still provide a homogeneous solution, since many NApps are logging Link __repr__.

viniarck commented 1 year ago

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