]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: separate Parse/Format functions for virDomainNetTeamingInfo
authorLaine Stump <laine@redhat.com>
Thu, 11 Feb 2021 03:44:08 +0000 (22:44 -0500)
committerLaine Stump <laine@redhat.com>
Thu, 11 Feb 2021 21:31:52 +0000 (16:31 -0500)
commitdea27109119da13e8ed0c564edd7796d98bb795c
tree27187b00ade8d0c8d05ed280039d77e957c0c6be
parent13be68094d47693fd5346d45612d05de425e2529
conf: separate Parse/Format functions for virDomainNetTeamingInfo

In preparation for using the same element in two places, split the
parsing/formating for that subelement out of the virDomainNetDef
functions into their own functions.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c