]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: Introduce lxcNetworkParseDataSuffix
authorJulio Faracco <jcfaracco@gmail.com>
Mon, 18 Feb 2019 19:09:07 +0000 (16:09 -0300)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 25 Feb 2019 15:41:39 +0000 (10:41 -0500)
commitf7fd10e5f8c471e40bd9e9c7b7b05b95310cbbb7
tree4c3f087e523fa4b1bbc8a53e17267526212e1cc4
parent0ebb057a2abe2df11e1d7c2c2c64cb21fdaa8e2a
lxc: Introduce lxcNetworkParseDataSuffix

This commit removes the full network entry setting: "lxc.network.X" to
type only. Like "type", "name", "flags", etc. 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@gmail.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/lxc/lxc_native.c