On Wed, Mar 18, 2015 at 06:18:14AM +0000, yuanfeng (A) wrote: > 1.I have a requirement to use OVS multipath function, but i only found > the group table with select function can do this, but I don’t want to > use group table, is there any other function in flow table can do this > too?
The multipath action can be used in any flow. There is no restriction to the group table. > 2.also, I’ve read the guide and can’t find a flow cmd about > apply_now and prority, does the ovs support this OpenFlow1.3 feature > now? Do you mean "apply_actions"? That's the "default" instruction; you don't have to specify anything special. (It was introduced in OpenFlow 1.1, not 1.3.) _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
