We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flows = Connect(host_mac_a, host_mac_b, path=None)
flows - {'dpid_1' : [fmod, fmod, ...]}
{'dpid_1' : [fmod, fmod, ...]}
Returns a dict of flows that connect host_mac_a and host_mac_b.
host_mac_a
host_mac_b
flows = Disconnect(host_mac_a, host_mac_b, path)
Returns a dict of flows that disconnect host_mac_a and host_mac_b.