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

2018-11-27 Thread no-reply
Hi, This series was run against 'syntax-check' test by patchew.org, which failed, please find the details below: Type: series Message-id: 20181128032438.3367-1-jcfara...@gmail.com Subject: [libvirt] [PATCH 0/2] lxc: Fix a bug related to IPv{4, 6} gateway persistent setting. === T

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

2018-11-27 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. This serie add a new test case to cover