commit | d5d5e8d55732c7c35c354e45e3b0af2795978a57 | [log] [tgz] |
---|---|---|
author | Haishuang Yan <yanhaishuang@cmss.chinamobile.com> | Sat Jul 02 15:02:48 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 04 14:50:22 2016 -0700 |
tree | 60310c1afeab8627c1f216680a230a4d658a5e5b | |
parent | b291c418172f2cfbe009d81cd9a92f7a2de7c579 [diff] |
geneve: fix max_mtu setting For ipv6+udp+geneve encapsulation data, the max_mtu should subtract sizeof(ipv6hdr), instead of sizeof(iphdr). Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>