]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Fix printing XML 'delay' attribute
authorCole Robinson <crobinso@redhat.com>
Tue, 13 Oct 2009 15:31:27 +0000 (11:31 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 13 Oct 2009 15:31:27 +0000 (11:31 -0400)
commit3b13aa3db37bf5a692bccfa015a01999043e797b
treec4b3bb8860ff7be7cf9129b607f932ae864d38dc
parent11a36d956cb8a5e439e535bff3e0cfce50a64bca
network: Fix printing XML 'delay' attribute

When specifying bridge delay via network XML define, we were looking for
the 'delay' attribute, but would dump the value as 'forwardDelay'. Have
the output match the expected input (and schema).
src/conf/network_conf.c