Re: [ovs-discuss] Unable to set ofp_flow_mod_flags value

2015-09-29 Thread Manpreet Singh
Hi Ben, Thanks!! for reply I am adding flow entry from controller with values table_id=2, priority=22, flags=2 match=(in_port=2) and action=(output=4) then dump-flows i have get the following details: cookie=0x0, duration=3.613s, table=2, n_packets=0, n_bytes=0, priority=22,in_port=2 actions=out

Re: [ovs-discuss] Unable to set ofp_flow_mod_flags value

2015-09-29 Thread Ben Pfaff
On Tue, Sep 29, 2015 at 10:07:58PM +0530, Manpreet Singh wrote: > Unable to see overlap and reset_counts flag value in dump-flows. What would they tell you? ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Unable to set ofp_flow_mod_flags value

2015-09-29 Thread Manpreet Singh
Hi All, I am adding flow entry from controller with values table_id=2, priority=22, flags=1 match=(in_port=2) and action=(output=4) then dump-flows i have get the following details: cookie=0x0, duration=3.646s, table=1, n_packets=0, n_bytes=0, send_flow_rem priority=22,in_port=1 actions=output

Re: [ovs-discuss] Unable to set ofp_flow_mod_flags value

2015-09-20 Thread Manpreet Singh
Hi Ben, Thanks!! for reply but i am again try to elaborate the flag behavior as per my understanding. I am adding flow entry from controller with values table_id=2, priority=22, flags=1 match=(in_port=2) and action=(output=4) then dump-flows i have get the following details: cookie=0x0, durat

Re: [ovs-discuss] Unable to set ofp_flow_mod_flags value

2015-09-17 Thread Ben Pfaff
On Thu, Sep 17, 2015 at 11:09:57PM +0530, Manpreet Singh wrote: > I am new to OVS. I want to know how to set following ofp_flow_mod_flags in > OVS-2.3.2 > - OFPFF_CHECK_OVERLAP (value=2) > - OFPFF_RESET_COUNTS (value=4) Why? Those "flags" only affect what a flow_mod does. They aren't part of th

[ovs-discuss] Unable to set ofp_flow_mod_flags value

2015-09-17 Thread Manpreet Singh
Hi Team I am new to OVS. I want to know how to set following ofp_flow_mod_flags in OVS-2.3.2 - OFPFF_CHECK_OVERLAP (value=2) - OFPFF_RESET_COUNTS (value=4) when I set the value of flag=2 or 4 through RYU controller, Flag value is not seen in dump-flows Add flow entry using ryu controller rest ap