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]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to