On 13 April 2017 at 09:22, f 62 <[email protected]> wrote: > Hi, > > > This command "sudo ovs-appctl upcall/set-flow-limit 0" seems has no > effect to disable flow cache. > > Checked code to set may_put =0 to achieve same, > (https://mail.openvswitch.org/pipermail/ovs-dev/2014-January/279447.html), > but seems the patch is removed.
That commit isn't a generic disable of datapath flows, it's determining to not insert flows based on some basic criteria (like, for instance, there is already such a flow). _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
