Well, it should just act like a normal switch out of the box. To do that, you'll need multiple interfaces and run traffic between them. These can either be physical systems or VMs in virtualized environment. If they can communicate, then it's working. You can run "ovs-ofctl dump-flows <br_name>" to see if the packet and byte counts incrementing.
I'm not sure what you're looking for beyond that... --Justin On Apr 8, 2010, at 11:47 AM, Sean Law wrote: > Hello, > > I am testing Open vSwitch, I have installed version 0.99.2. I have completed > installation and connection with eth0. Could you please tell me how to > proceed to test the functions of Open vSwitch? I did not find such > instruction files. > > Thank you, > > > --Sean Law > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
