You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same logic is also being applied for the delete method. So, this issue is to review this logic and assess a better one. Maybe, a new method which could iterate over all switches, but stop relying on this 'None' to consider the whole list.
The text was updated successfully, but these errors were encountered:
Original issue opened by @viniarck at kytos#58.
Currently, if the dpid is None, it's installing flows in all switches: https://github.com/kytos/flow_manager/blob/master/main.py#L52-L59
The same logic is also being applied for the delete method. So, this issue is to review this logic and assess a better one. Maybe, a new method which could iterate over all switches, but stop relying on this 'None' to consider the whole list.
The text was updated successfully, but these errors were encountered: