]> xenbits.xensource.com Git - libvirt.git/commit
conf: support configuring mtu size in a virtual network
authorLaine Stump <laine@laine.org>
Mon, 23 Jan 2017 02:23:48 +0000 (21:23 -0500)
committerLaine Stump <laine@laine.org>
Tue, 7 Feb 2017 18:52:06 +0000 (13:52 -0500)
commit68a42bf6f701515df472f0dd039a1d7429ea62a8
treeda9549b862ac0aa4a94a6fcaa9203a6d600c373e
parentdd8ac030fbd28bba81c24cdf1311e47a350a7683
conf: support configuring mtu size in a virtual network

Example:

  <network>
     ...
     <mtu size='9000'/>
     ...

If mtu is unset, it's assumed that we want the default for whatever is
the underlying transport (usually this is 1500).

This setting isn't yet wired in, so it will have no effect.

This partially resolves: https://bugzilla.redhat.com/1224348
docs/formatnetwork.html.in
docs/news.xml
docs/schemas/network.rng
src/conf/network_conf.c
src/conf/network_conf.h
tests/networkxml2xmlin/set-mtu.xml [new file with mode: 0644]
tests/networkxml2xmlout/set-mtu.xml [new file with mode: 0644]
tests/networkxml2xmltest.c