> On Feb 10, 2016, at 12:14 PM, Russell Bryant <russ...@ovn.org> wrote:
> 
>> @@ -112,10 +171,8 @@ update_ct_zones(struct sset *lports, struct simap 
>> *ct_zones,
>>         bitmap_set1(ct_zone_bitmap, zone);
>>         simap_put(ct_zones, iface_id, zone);
>> 
>> -        /* xxx We should erase any old entries for this
>> -         * xxx zone, but we need a generic interface to the conntrack
>> -         * xxx table. */
> 
> Please don't remove this comment.  This particular issue still exists, I
> believe.
> 
> This patch will help ensure that we continue to pick the same zone ID
> for the same port, even across ovn-controller restarts, but it doesn't
> address that a zone could have entries from previous usage that we need
> to clear out.

We now have a generic interface to conntrack.  I'll start working on the code 
to address this.

--Justin


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to