diff options
author | 2016-05-27 10:49:11 +0800 | |
---|---|---|
committer | 2016-05-31 11:46:00 -0700 | |
commit | ce577668a426c6a9e2470a09dcd07fbd6e45272a (patch) | |
tree | 2d101630f20f730773a3dd3b9df70e721328030b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | net: pktgen: Call destroy_hrtimer_on_stack() (diff) | |
download | wireguard-linux-ce577668a426c6a9e2470a09dcd07fbd6e45272a.tar.xz wireguard-linux-ce577668a426c6a9e2470a09dcd07fbd6e45272a.zip |
vxlan: Accept user specified MTU value when create new vxlan link
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 0dfbdf4102b9 (vxlan: Factor out device
configuration).
Fixes: 0dfbdf4102b9 (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>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions