Hi, OVS enthusiasts!

I have some conntrack zone which OVS correctly perceives and connections in it. 
I want to set up some limit for the zone, but as a result of the command 
ct-get-limits I’m always seeing count=0.

docker exec openvswitch_vswitchd ovs-dpctl ct-stats-show zone=4123

Connections Stats:
  Total: 120
TCP: 120

docker exec openvswitch_vswitchd ovs-dpctl ct-get-limits zone=4123

default limit=0
zone=4123,limit=1000,count=0

so if I’ll run smth like docker exec openvswitch_vswitchd ovs-dpctl 
dump-conntrack | grep zone=4123 | wc -l I will receive the same number 120, not 
zero.

Can you highlight why it is happening? I’m using a pretty old version 2.15.4, 
if it was already fixed in some newer version – please highlight it for me its 
numbers.

Thanks!
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to