Re: [PATCH net] ipvlan: use ETH_MAX_MTU as max mtu

2018-06-19 Thread David Miller
From: Xin Long Date: Mon, 18 Jun 2018 16:15:57 +0800 > Similar to the fixes on team and bonding, this restores the ability > to set an ipvlan device's mtu to anything higher than 1500. > > Fixes: 91572088e3fd ("net: use core MTU range checking in core net infra") > Signed-off-by: Xin Long Appl

[PATCH net] ipvlan: use ETH_MAX_MTU as max mtu

2018-06-18 Thread Xin Long
Similar to the fixes on team and bonding, this restores the ability to set an ipvlan device's mtu to anything higher than 1500. Fixes: 91572088e3fd ("net: use core MTU range checking in core net infra") Signed-off-by: Xin Long --- drivers/net/ipvlan/ipvlan_main.c | 1 + 1 file changed, 1 inserti