Re: [libvirt] [PATCH] network: set mtu as a DHCP option when specified

2019-01-31 Thread Ján Tomko
On Tue, Dec 11, 2018 at 05:05:43PM +0100, Casey Callendrello wrote: This adds an additional directive to the dnsmasq configuration file that notifies clients via dhcp about the link's MTU. Guests can then choose adjust their link accordingly. Signed-off-by: Casey Callendrello ---

[libvirt] [PATCH] network: set mtu as a DHCP option when specified

2018-12-11 Thread Casey Callendrello
This adds an additional directive to the dnsmasq configuration file that notifies clients via dhcp about the link's MTU. Guests can then choose adjust their link accordingly. Signed-off-by: Casey Callendrello --- src/network/bridge_driver.c | 7 ++