$SUBJ:
lxc: Introduce lxcNetworkParseDataSuffix
On 2/18/19 2:09 PM, Julio Faracco wrote:
This commit removes the full network entry setting:
"lxc.network.X" to
type only. Like "type", "name", "flags", etc. So, here no
matter if the
settings is "lxc.network.X" or "lxc.net.X.Y".
Replace last sentence w/
This will handle entries regardless of whether they are prefixed by
"lxc.network." (today) or "lxc.net.X" (the future).
Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com>
---
src/lxc/lxc_native.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John
[...]