]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: separate functions to parse DHCPHostDef and DHCPRangeDef
authorLaine Stump <laine@laine.org>
Fri, 14 Sep 2012 18:57:34 +0000 (14:57 -0400)
committerLaine Stump <laine@laine.org>
Tue, 18 Sep 2012 00:24:06 +0000 (20:24 -0400)
commit764bd8537a5be821151b047d6e1c30f18c9f2936
treef0ad6a8343fb2f2b200f8d5212f13e21bce07f24
parentafe869819f796b8853fbe20357f1f7a8981a8872
conf: separate functions to parse DHCPHostDef and DHCPRangeDef

These two objects were previously always parsed as a part of an IpDef,
but we will now need to be able to parse them on their own for
virNetworkUpdate(). Split the parsing functions out, with no
functional changes.
src/conf/network_conf.c