Fixes #20, this addressed the first requirement, the other two ones were broken down to be addressed on issue 39 on topology:
Description of the change
[1.7.0] - 2022-01-04
Changed
Changed update_port_status on OFPPR_DELETE to deactivate an interface instead of deleting it to keep the same object reference that topology uses when managing the status of a link.
Local exploratory test
Before shutting down mininet, all interfaces are active from the topology perspective:
Fixes #20, this addressed the first requirement, the other two ones were broken down to be addressed on issue 39 on topology:
Description of the change
[1.7.0] - 2022-01-04
Changed
update_port_status
onOFPPR_DELETE
to deactivate an interface instead of deleting it to keep the same object reference thattopology
uses when managing the status of a link.Local exploratory test
OFPP_LOCAL
):