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
If the switches have the same datapath_id, it can lead to issues. In OVS, if two bridges are attached to the same physical interface, their datapath_id will be the same.
ofnet/ofctrl/ofSwitch.go
Line 54 in c080e5b
If the switches have the same datapath_id, it can lead to issues. In OVS, if two bridges are attached to the same physical interface, their datapath_id will be the same.