Emeric Pageau
Emeric Pageau
``` # TODO(mmitchell): Should be called set_interface_state def shutdown_interface(self, interface_id): # TODO(mmitchell): Should be part of set_interface_state def openup_interface(self, interface_id): ``` So these two methods should be merge together and...
There's only two methods left to refactorate due to responsability issue : ``` # TODO(mmitchell): Should be called set_interface_spanning_tree_state def edit_interface_spanning_tree(self, interface_id, edge=None): # TODO(mmitchell): Should be called set_bond_interface_spanning_tree_state def...