Re: [libvirt] [PATCH v3 0/2] lxc: Fix a bug related to IPv{4, 6} gateway persistent setting.

2018-12-11 Thread John Ferlan
On 11/30/18 7:43 AM, Julio Faracco wrote: > This serie fixes a bug related to IPv{4,6} gateway settings when it is > defined and used with multiple network definitions. Basically, this data > is being carried on to the next network settings because the pointer is > not being cleaned

[libvirt] [PATCH v3 0/2] lxc: Fix a bug related to IPv{4, 6} gateway persistent setting.

2018-11-30 Thread Julio Faracco
This serie fixes a bug related to IPv{4,6} gateway settings when it is defined and used with multiple network definitions. Basically, this data is being carried on to the next network settings because the pointer is not being cleaned up/initialized properly. The idea behind the fix was create a