Re: [PATCH v4 1/4] lxc: refactor lxcNetworkParseData pointers to use new structures

2020-02-05 Thread Julio Faracco
Em dom., 2 de fev. de 2020 às 22:28, Julio Faracco escreveu: > > Struct lxcNetworkParseData is being used as a single pointer which > iterates through LXC config lines. It means that it will be applied as a > network each time that a new type appears. After, the same struct is > used to populate

[PATCH v4 1/4] lxc: refactor lxcNetworkParseData pointers to use new structures

2020-02-02 Thread Julio Faracco
Struct lxcNetworkParseData is being used as a single pointer which iterates through LXC config lines. It means that it will be applied as a network each time that a new type appears. After, the same struct is used to populate a new network interface. This commit changes this logic to multiple