On Thu, May 12, 2011 at 15:30, <[email protected]> wrote: > Actually, this is my problem. I started Flowvisor and created two slices. > When I use the command fvctl listDevices I got a empty answer. I was > wondering that I could do the connection between FlowVisor and Mininet using > a FlowSpace but now I think I am going wrong.
Flowspaces and device connections are unrelated - devices will connect whether you have a flowspace or not. Have you configured mininet for a remote controller, and pointed it at flowvisor? Something like: sudo mn --topo single, 3 --mac --switch ovsk --controller remote --ip <flowvisor ip> -- Nick _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
