sorry,I forgot to mention that I am using OVS-2.3.2. Regards Neeraj
On Thu, Sep 17, 2015 at 10:08 PM, neeraj mehta <[email protected]> wrote: > Hi Team, > > I want to delete the flow entries from the flow table on the basis of > out_port. > But I am not able to delete them when output port is specified in write > actions > > I am using then RYU controller. Below is the procedure for your reference. > > ovs-ofctl -O Openflow13 add-flow br0 'table=2 action=output:2'(Only one > entry is added in table) > > curl -X POST -d '{ > "out_port":2 > }' http://localhost:8080/stats/aggregateflow/52236564475 > {"52236564475": [{"packet_count": 0, "byte_count": 0, "flow_count": 1}]} > (related flow count is 1 So its working fine) > > [Using write_actions] > > ovs-ofctl -O Openflow13 add-flow br0 'table=2 > action=write_actions:output:2'(Only one entry is added in table) > > curl -X POST -d '{ > "out_port":2 > }' http://localhost:8080/stats/aggregateflow/52236564475 > {"52236564475": [{"packet_count": 0, "byte_count": 0, "flow_count": 0}]} > (Flow_count is 0 in this case) > > Is this the right behavior? > > Regards > Neeraj >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
