]> git.proxmox.com Git - mirror_ovs.git/commit
dpif: Support conntrack zone limit.
authorYi-Hung Wei <yihung.wei@gmail.com>
Fri, 17 Aug 2018 09:05:07 +0000 (02:05 -0700)
committerJustin Pettit <jpettit@ovn.org>
Fri, 17 Aug 2018 16:30:55 +0000 (09:30 -0700)
commitcd015a11c21ac774cc7354e569330ef778f4ecd9
tree861b9aba900ae3d01f393b3a30470ac56280e9ce
parentcb2a5486a3a3756ee3868da0050d737c8989770c
dpif: Support conntrack zone limit.

This patch defines the dpif interface to support conntrack
per zone limit.  Basically, OVS users can use this interface
to set, delete, and get the conntrack per zone limit for various
dpif interfaces.  The following patch will make use of the proposed
interface to implement the feature.

Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: Justin Pettit <jpettit@ovn.org>
lib/ct-dpif.c
lib/ct-dpif.h
lib/dpif-netdev.c
lib/dpif-netlink.c
lib/dpif-provider.h