Please don't drop the list. On Thu, Nov 14, 2013 at 04:32:01PM +0800, chen zhang wrote: > Maybe I didn't make it clear that I had configured the queue suceesffully > just acoording to the ovs-vsctl doc,but what i want is to put some pkts > into the configured queue using Openflow13 with the "set-queue" action.But > i failed to direct the flow into the queue at first,because i wrote the > "out-put"action prior to the "set-queue" action,after i changed the > sequence of those two actions,it worked well. > > So,ovs just requires the out-put action to be placed at the last of action > lists,is that true?
Any action that follows all the output actions has no effect at all. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
