OpenFlow 1.1 and later do not have an enqueue action, so it's a problem. If it is important to you, then you could send a patch that adds an Open vSwitch extension "enqueue" action to OpenFlow 1.1 and later.
On Wed, Oct 14, 2015 at 11:40:38PM +0530, neeraj mehta wrote: > I also faced the same issue. If you try dump flows with -O Openflow13 then > it will show the action as drop. > > Regards > Neeraj > > On Wednesday, October 14, 2015, Ben Pfaff <[email protected]> wrote: > > > On Wed, Oct 14, 2015 at 01:02:53PM +0530, Dheeraj Bansal wrote: > > > Can anyone tell me how to use enqueue action. > > > > > > When i try to add the flow entry for actions=enqueue(1,1) > > > but it adds the flow with actions=drop. > > > > Works fine here. > > > > $ ovs-vsctl add-br br0 > > $ ovs-ofctl add-flow br0 "actions=enqueue(1,1)" > > $ ovs-ofctl dump-flows br0 > > NXST_FLOW reply (xid=0x4): > > cookie=0x0, duration=16.119s, table=0, n_packets=0, n_bytes=0, > > idle_age=16, priority=0 actions=NORMAL > > cookie=0x0, duration=5.028s, table=0, n_packets=0, n_bytes=0, idle_age=5, > > actions=enqueue:1:1 > > $ > > _______________________________________________ > > discuss mailing list > > [email protected] <javascript:;> > > http://openvswitch.org/mailman/listinfo/discuss > > _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
