]> git.proxmox.com Git - mirror_ovs.git/commit
dpctl: Implement dpctl commands for conntrack per zone limit
authorYi-Hung Wei <yihung.wei@gmail.com>
Fri, 17 Aug 2018 09:05:11 +0000 (02:05 -0700)
committerJustin Pettit <jpettit@ovn.org>
Fri, 17 Aug 2018 16:46:59 +0000 (09:46 -0700)
commit4eeec031d4c4e17f76cfe81e0c9a88cca2ef84ec
treead18c61d8de60e8c4b91a00439a6e93a184926e6
parent7cfb862c3d6b31f9ffd89ecdccc785d1c8212dc2
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>
Documentation/faq/releases.rst
NEWS
lib/ct-dpif.c
lib/ct-dpif.h
lib/dpctl.c
lib/dpctl.man