commit | a9e242ca43b13e5a5d176f97dfd2481c339934b7 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Thu Apr 14 15:33:45 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 16 19:09:13 2016 -0400 |
tree | be8f21af34aaed2e0e58fc8520932cd77fd5bd79 | |
parent | aed069df099cd1a27900acb56bb892ec24c66ac4 [diff] |
ip6gretap: Fix MTU to allow for Ethernet header When we were creating an ip6gretap interface the MTU was about 6 bytes short of what was needed. It turns out we were not taking the Ethernet header into account and as a result we were eating into the 8 bytes reserved for the encap limit. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>