]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: Create a separate method to handle IPv{4, 6} outside parser
authorJulio Faracco <jcfaracco@gmail.com>
Mon, 18 Feb 2019 19:09:05 +0000 (16:09 -0300)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 25 Feb 2019 15:41:39 +0000 (10:41 -0500)
commite6cb63d2ef0787bcfa4a29403c59e041e6adbd7f
tree717fce06665103bd420ab10bcc69cf111e798d97
parent40204c05c509580d4fb66e32617b5641b05cf0a4
lxc: Create a separate method to handle IPv{4, 6} outside parser

The new method called lxcNetworkParseDataIPs() is responsible to handle
IPv{4,6} settings now. The idea is let lxcNetworkWalkCallback() method
handle all entries related to network definition only.

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