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

Link.is_enabled() is unnecessary checking on endpoints #443

Open Alopalao opened 5 months ago

Alopalao commented 5 months ago

After this topology PR lands, link._enable will reflect the current state of a link and checking on endpoints will be not needed anymore. We can leave the method is_enabled() as it is since it causes no problems.