Re: [systemd-devel] [networkd] Set MTU of disconnected OVS bridge

2016-04-01 Thread Lennart Poettering
On Thu, 24.03.16 09:52, Ian Pilcher (arequip...@gmail.com) wrote: > I have a "disconnected" Open vSwitch on my system named ovs1. By > "disconnected" I mean that it is not connected to any physical > interface, bond, etc.; it exists only for inter-VM communication. > > I just discovered that jum

Re: [systemd-devel] [networkd] Set MTU of disconnected OVS bridge

2016-03-30 Thread Ian Pilcher
On 03/30/2016 11:08 AM, Michal Sekletar wrote: Are you sure that bridge is really named ovs1 first time it appears on the system? To make sure you can run udevadm monitor -k -p and then add the bridge. Look for value of INTERFACE property. Yes: KERNEL[526967.230918] add /devices/virtual

Re: [systemd-devel] [networkd] Set MTU of disconnected OVS bridge

2016-03-30 Thread Michal Sekletar
On Thu, Mar 24, 2016 at 3:52 PM, Ian Pilcher wrote: > I haven't been able to figure out a way to get systemd-networkd to do > this. I tried creating /etc/systemd/network/ovs1.link, but it had no > effect: > > [Match] > OriginalName=ovs1 > > [Link] > MTUBytes=9000 > Are you sure that brid

[systemd-devel] [networkd] Set MTU of disconnected OVS bridge

2016-03-24 Thread Ian Pilcher
I have a "disconnected" Open vSwitch on my system named ovs1. By "disconnected" I mean that it is not connected to any physical interface, bond, etc.; it exists only for inter-VM communication. I just discovered that jumbo frames (anything larger than 1528 bytes) are being dropped when traveling