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

Extract out the network "type" processing into it's own method
rather than inline within lxcNetworkParseDataSuffix.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/lxc/lxc_native.c