]> git.proxmox.com Git - ovs.git/commit
ovn-controller: Persist desired conntrack groups.
authorRyan Moats <rmoats@us.ibm.com>
Thu, 28 Jul 2016 22:17:41 +0000 (22:17 +0000)
committerBen Pfaff <blp@ovn.org>
Wed, 10 Aug 2016 20:54:07 +0000 (13:54 -0700)
commitfa44a4a3ff7b27d4763a344e85a258dec5676e66
treef61653e6fb7f829b1382462a9200122c766f6618
parent84ad120834919c3e0945e3e58e0f96c07efa0316
ovn-controller: Persist desired conntrack groups.

With incremental processing of logical flows desired conntrack groups
are not being persisted.  This patch adds this capability, with the
side effect of adding a ds_clone method that this capability leverages.

Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
Reported-by: Guru Shetty <guru@ovn.org>
Reported-at: http://openvswitch.org/pipermail/dev/2016-July/076320.html
Fixes: 70c7cfe ("ovn-controller: Add incremental processing to lflow_run and physical_run")
Acked-by: Flavio Fernandes <flavio@flaviof.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
include/openvswitch/dynamic-string.h
include/ovn/actions.h
lib/dynamic-string.c
ovn/controller/lflow.c
ovn/controller/ofctrl.c
ovn/controller/ofctrl.h
ovn/controller/ovn-controller.c
ovn/lib/actions.c