summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorYi-Hung Wei <yihung.wei@gmail.com>2018-08-17 02:05:11 -0700
committerJustin Pettit <jpettit@ovn.org>2018-08-17 09:46:59 -0700
commit4eeec031d4c4e17f76cfe81e0c9a88cca2ef84ec (patch)
treead18c61d8de60e8c4b91a00439a6e93a184926e6 /Documentation
parent7cfb862c3d6b31f9ffd89ecdccc785d1c8212dc2 (diff)
downloadopenvswitch-4eeec031d4c4e17f76cfe81e0c9a88cca2ef84ec.tar.gz
dpctl: Implement dpctl commands for conntrack per zone limit
This patch implments the following three commands on dpctl so that users can use ovs-dpctl or ovs-appctl to set, delete, and get the per zone limit. For example, $ ovs-appctl dpctl/ct-set-limits default=10 zone=0,limit=5 zone=1,limit=3 $ ovs-appctl dpct/ct-del-limits zone=0 $ ovs-appctl dpct/ct-get-limits zone=1,2,3 Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com> Signed-off-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/faq/releases.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 54c4b54b1..e64fa22c4 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -125,6 +125,7 @@ Q: Are all features available with all datapaths?
NIC Bonding YES YES YES YES
Multiple VTEPs YES YES YES YES
Meters 4.15 YES YES NO
+ Conntrack zone limit 4.18 YES NO NO
===================== ============== ============== ========= =======
Do note, however: