On Thu, Jun 16, 2011 at 04:24:19PM +0200, corinne.saintja...@orange-ftgroup.com wrote: > - activation of the ovs-controller (for L2 MAC learning) : ovs-controller > ptcp:6633:127.0.0.1
Don't use ovs-controller. It's just for experimenting with OpenFlow controllers. It's not actually a useful controller for production. > - activation of the ovs-openflow : ovs-openflowd dp0 tcp:127.0.0.1:6633 > -listen=ptcp:6634:127.0.0.1 -detach Use ovs-vswitchd instead. It has a MAC learning switch built-in, with no need for a controller. > - configuration of the flows/instruction (use of ovs-ofctl) : > ovs-ofctl add-flow tcp:127.0.0.1.6634 in_port=1,actions=output:2 > > ovs-ofctl add-flow tcp:127.0.0.1.6634 in_port=2,actions=output:1 If you want MAC learning, why would you set up flows that do not match on MAC address? _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss