Re: [PATCH v3 2/4] lxc: add LXC version 3 network parser

2020-01-29 Thread Daniel P . Berrangé
On Tue, Jan 28, 2020 at 10:54:09PM -0300, Julio Faracco wrote: > LXC version 3 or higher introduced indexes for network interfaces. > Libvirt should be able to parse entries like `lxc.net.2.KEY`. This > commit adds functions to parse this type of field. That's why array > structures are so

[PATCH v3 2/4] lxc: add LXC version 3 network parser

2020-01-28 Thread Julio Faracco
LXC version 3 or higher introduced indexes for network interfaces. Libvirt should be able to parse entries like `lxc.net.2.KEY`. This commit adds functions to parse this type of field. That's why array structures are so important this time. Signed-off-by: Julio Faracco --- src/lxc/lxc_native.c