On Tue, Apr 19, 2016 at 11:46:43AM +0200, Amrane Ait Zeouay wrote:
> I want to add a field in the flow, and i checked the FAQ but i have a
> problem is that field is not related to the packet, and when i use
> "ovs-ofctl add-flow br0
> idle_timeout=180,priority=33000,new_field=1547,actions=output:2" it give me
> that ovs extract the field but when i use "ovs-ofctl dump-flows br0" it
> shows a value and if i excute the command again i found another value, and
> when i print the ofpbuf i found that the value of new field (in Hex) is not
> in the flow packet. So can anyone help me with this Thank you.

It seems likely that your code has a bug.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to