Re: [ovs-discuss] ovs clears user defined ingress policing rule on interface

2016-06-01 Thread Ben Pfaff
On Wed, Jun 01, 2016 at 11:56:28PM +0800, Huanle Han wrote: > Hi, > > 1. setup tc ingress policing rule on interface > 2. ovs-vsctl add-port the port to ovs bridge. > 3. the ingress rules will be clear by ovs. > > That the default ingress_policing_rate == 0 in ovsdb clears the tc > configuration.

[ovs-discuss] ovs clears user defined ingress policing rule on interface

2016-06-01 Thread Huanle Han
Hi, 1. setup tc ingress policing rule on interface 2. ovs-vsctl add-port the port to ovs bridge. 3. the ingress rules will be clear by ovs. That the default ingress_policing_rate == 0 in ovsdb clears the tc configuration. I think ovs should have some way to avoid overwriting user configuration. _