Re: [ovs-dev] [PATCH v2 3/3] ovn: Apply ACL changes to existing connections.

2016-03-10 Thread Russell Bryant
On Thu, Mar 10, 2016 at 2:21 AM, Han Zhou wrote: > > Acked-by: Han Zhou > > Thanks for the testing and reviews! I added your ACKs to the commits. I'm going to hold off from pushing this as I know Justin wanted to review this, as well. -- Russell Bryant ___

Re: [ovs-dev] [PATCH v2 3/3] ovn: Apply ACL changes to existing connections.

2016-03-09 Thread Han Zhou
On Wed, Mar 9, 2016 at 1:51 PM, Russell Bryant wrote: > > Prior to this commit, once a connection had been committed to the > connection tracker, the connection would continue to be allowed, even > if the policy defined in the ACL table changed. This patch changes > the implementation so that exi

[ovs-dev] [PATCH v2 3/3] ovn: Apply ACL changes to existing connections.

2016-03-09 Thread Russell Bryant
Prior to this commit, once a connection had been committed to the connection tracker, the connection would continue to be allowed, even if the policy defined in the ACL table changed. This patch changes the implementation so that existing connections are affected by policy changes. The implementa