Hi,
I am trying to retrieve the topology of an openflow network through pybindings_storage. Untill now, I succeed to get the different connections between the switches i.e the tuple (src_dpid,src_port,dst_dpid,dst_port) through the method get_all_links() which seems to return just teh links between the switches. But, I still need to have a tuple of the type (host_mac_address, dst_dpid,dst_port).
Any idea about how to get this information.
Thanks a lot for your help.
Regards,
Karim
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to