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
2 stars 7 forks source link

Add in `status_reason` and `register_status_reason_func` to Switches, Links, and Interfaces #383

Closed Ktmi closed 1 year ago

Ktmi commented 1 year ago

In order to comply with the blueprint added by kytos-ng/kytos#356, Switches, Links, and Interfaces should have the status_reason property and the register_status_reason_func method added to them. These will allow for NApps to provide more detailed information on why a device is not in the EntityStatus.UP state.

viniarck commented 1 year ago

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