]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
interface: move parsing of bridge attributes into appropriate function
authorLaine Stump <laine@laine.org>
Thu, 19 Jun 2014 09:47:26 +0000 (12:47 +0300)
committerLaine Stump <laine@laine.org>
Fri, 20 Jun 2014 08:47:14 +0000 (11:47 +0300)
commit7edc46ac26af48d3a31134d5cb6da04e29202a8f
tree491b15b55ca1e7b1bf9ab44ef9784c0050bcf233
parent69db5f921a2f6d62645f3531042b13b6382eb865
interface: move parsing of bridge attributes into appropriate function

For some reason the bridge stp mode and delay were put directly into
the "bridge" case of the switch in virInterfaceDefParseXML(), although
they are inside the <bridge> element, and so should be parsed in the
function created for that purpose - virInterfaceBridgeDefFormat().
src/conf/interface_conf.c