]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Set internal device max mtu to ETH_MAX_MTU.
authorJarno Rajahalme <jarno@ovn.org>
Wed, 15 Feb 2017 05:16:28 +0000 (21:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Feb 2017 17:40:27 +0000 (12:40 -0500)
commit94affdf9f917ab56b455cde3ed1eefa0c18f16f3
tree539d483a032bac2204724819cde19de143696d97
parent0b75fde1e453b34eb5b5413404986b02d9ba341d
openvswitch: Set internal device max mtu to ETH_MAX_MTU.

Commit b8d55c187b83 ("net: use core MTU range checking in core net
infra") changed the openvswitch internal device to use the core net
infra for controlling the MTU range, but failed to actually set the
max_mtu as described in the commit message, which now defaults to
ETH_DATA_LEN.

This patch fixes this by setting max_mtu to ETH_MAX_MTU after
ether_setup() call.

Fixes: b8d55c187b83 ("net: use core MTU range checking in core net infra")
Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport-internal_dev.c