Files
linux/drivers
Chen Haiquan 721976e93e vxlan: Accept user specified MTU value when create new vxlan link
[ Upstream commit ce577668a4 ]

When create a new vxlan link, example:
  ip link add vtap mtu 1440 type vxlan vni 1 dev eth0

The argument "mtu" has no effect, because it is not set to conf->mtu. The
default value is used in vxlan_dev_configure function.

This problem was introduced by commit 0dfbdf4102 (vxlan: Factor out device
configuration).

Fixes: 0dfbdf4102 (vxlan: Factor out device configuration)
Signed-off-by:  Chen Haiquan <oc@yunify.com>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-06-24 10:18:17 -07:00
..
2015-10-12 19:56:27 -07:00
2015-10-02 11:05:58 +09:00
2016-05-04 14:48:54 -07:00
2016-05-11 11:21:13 +02:00
2015-11-08 16:24:43 -05:00
2016-03-09 15:34:50 -08:00
2016-06-07 18:14:36 -07:00