Hello to all, I'm with a big problem concerning rate-limit function because seems that is no working.
I have created birdge br0 with eth0 and eth1 under it. #sudo ovs-vsctl list-ports br0 eth0 eth1 I try to aply this rate-limit: #ovs-vsctl set Interface eth0 ingress_policing_rate=1000 #ovs-vsctl set Interface eth0 ingress_policing_burst=100 and also this: #ovs-vsctl set Interface eth1 ingress_policing_rate=1000 #ovs-vsctl set Interface eth1 ingress_policing_burst=100 I have apply first to eth0 after to eth1 and also in eth0 and eth1. I test with iper, with NetStress and also with an ftp file transference. But this is not limiting the rate, why? Can someone tell me where rate-limit is done at source code level? Advises will be very important. Regards Marco
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev