When I use ```ovs-appctl dpctl/ct-set-limits default=6``` to set the
default zone limit, the max connection limit of all zones is set to 6. I
think it is not resonable. First, the max connection limit can be set with
```ovs-appctl dpctl/ct-set-maxconns```. And when I use ```ovs-appctl
dpctl/ct-get-limits zone=5,6,7,8```, the result is like:
```
$ovs-appctl dpctl/ct-get-limits zone=5,6,7,8
default limit=6
zone=5,limit=6,count=0
zone=6,limit=6,count=0
zone=7,limit=6,count=0
zone=8,limit=6,count=0
```
It seems that each zone has a default limit(6), but the limit(6) is the
total connection limit for all zones if we do not set the limit for a
specific zone.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev