]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: Introduce <mtu/> to <interface/>
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Jan 2017 13:32:13 +0000 (14:32 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 26 Jan 2017 08:59:56 +0000 (09:59 +0100)
commitb020cf73fed761067c3b6196d993545f072c896f
treeaf41eb36b39e1d3a38e40a75b113ad470acf812c
parenteebec1697e88080f5a1271d104083430e34c457f
domain_conf: Introduce <mtu/> to <interface/>

So far we allow to set MTU for libvirt networks. However, not all
domain interfaces have to be plugged into a libvirt network and
even if they are, they might want to have a different MTU (e.g.
for testing purposes).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.html.in
docs/news.xml
docs/schemas/domaincommon.rng
docs/schemas/networkcommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
tests/qemuxml2argvdata/qemuxml2argv-net-mtu.xml [new file with mode: 0644]