[ovs-dev] [PATCH v2] ovn-controller: Remove old address set after change.

2016-07-07 Thread Ryan Moats
Currently, when address set value changes, ovn controller doesn't remove the old entry from the tracking hash, it just adds the new one, leading to multiple entries for the same symbol. Fix this behavior and add a smoke test to avoid a regression in the future. Signed-off-by: Ryan Moats --- ovn

Re: [ovs-dev] [PATCH v2] ovn-controller: Remove old address set after change.

2016-07-07 Thread Flaviof
On Thu, Jul 7, 2016 at 2:37 PM, Ryan Moats wrote: > Currently, when address set value changes, ovn controller > doesn't remove the old entry from the tracking hash, it > just adds the new one, leading to multiple entries for the > same symbol. > > Fix this behavior and add a smoke test to avoid a

Re: [ovs-dev] [PATCH v2] ovn-controller: Remove old address set after change.

2016-07-07 Thread Russell Bryant
On Thu, Jul 7, 2016 at 1:52 PM, Flaviof wrote: > On Thu, Jul 7, 2016 at 2:37 PM, Ryan Moats wrote: > > > Currently, when address set value changes, ovn controller > > doesn't remove the old entry from the tracking hash, it > > just adds the new one, leading to multiple entries for the > > same s