From: Mahesh Bandewar
Date: Wed, 27 Jan 2016 23:33:28 -0800
> From: Mahesh Bandewar
>
> When we create IPvlan slave; we use ether_setup() and that
> sets up default MTU to 1500 while the master device may have
> lower / different MTU. Any subsequent changes to the masters'
> MTU are reflected i
On Thu, Jan 28, 2016 at 5:13 AM, Eric Dumazet wrote:
> On Wed, Jan 27, 2016 at 11:33 PM, Mahesh Bandewar wrote:
>> From: Mahesh Bandewar
>>
>> When we create IPvlan slave; we use ether_setup() and that
>> sets up default MTU to 1500 while the master device may have
>> lower / different MTU. Any
On Wed, Jan 27, 2016 at 11:33 PM, Mahesh Bandewar wrote:
> From: Mahesh Bandewar
>
> When we create IPvlan slave; we use ether_setup() and that
> sets up default MTU to 1500 while the master device may have
> lower / different MTU. Any subsequent changes to the masters'
> MTU are reflected into t
From: Mahesh Bandewar
When we create IPvlan slave; we use ether_setup() and that
sets up default MTU to 1500 while the master device may have
lower / different MTU. Any subsequent changes to the masters'
MTU are reflected into the slaves' MTU setting. However if those
don't happen (most likely sc