search for: interfaceschemadata

Displaying 2 results from an estimated 2 matches for "interfaceschemadata".

2015 Oct 22
0
Re: How can I set the advertised value of MTU for virbr0 interface?
...afraid there's no way how to specify MTU. What you could do, is to define <interface/> [1] and then bridged <network/> [2] that will use the interface. Libvirt already has support for setting MTUs for host interfaces. Michal 1: http://libvirt.org/git/?p=libvirt.git;a=blob;f=tests/interfaceschemadata/bridge.xml;h=ece087ea2ef5e3a85fd708ff44286acb15680a64;hb=HEAD 2: http://libvirt.org/formatnetwork.html#examples P.S.: I must ashamedly admit that we don't have any documentation for <interface/>, sorry.
2015 Oct 15
3
How can I set the advertised value of MTU for virbr0 interface?
Hi all, I want to set the advertised value of MTU for virbr0 interface on a Fedora 21 host to 1454 to accommodate the installation of new VMs for testing purposes. The aforementioned host is an OpenStack VM actually, which explains the need for a lower than 1500 MTU. I noticed Pieter Hollants' patch to set dhcp-option=<number>,"<value>" for an interface, but