diff options
Diffstat (limited to 'net/ipv6/sit.c')
-rw-r--r-- | net/ipv6/sit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index c3123c9e1a8e..577d49732b0f 100644 --- a/net/ipv6/sit.c +++ b/net/ipv6/sit.c | |||
@@ -33,6 +33,7 @@ | |||
33 | #include <asm/uaccess.h> | 33 | #include <asm/uaccess.h> |
34 | #include <linux/init.h> | 34 | #include <linux/init.h> |
35 | #include <linux/netfilter_ipv4.h> | 35 | #include <linux/netfilter_ipv4.h> |
36 | #include <linux/if_ether.h> | ||
36 | 37 | ||
37 | #include <net/sock.h> | 38 | #include <net/sock.h> |
38 | #include <net/snmp.h> | 39 | #include <net/snmp.h> |
@@ -720,7 +721,7 @@ static void ipip6_tunnel_setup(struct net_device *dev) | |||
720 | 721 | ||
721 | dev->type = ARPHRD_SIT; | 722 | dev->type = ARPHRD_SIT; |
722 | dev->hard_header_len = LL_MAX_HEADER + sizeof(struct iphdr); | 723 | dev->hard_header_len = LL_MAX_HEADER + sizeof(struct iphdr); |
723 | dev->mtu = 1500 - sizeof(struct iphdr); | 724 | dev->mtu = ETH_DATA_LEN - sizeof(struct iphdr); |
724 | dev->flags = IFF_NOARP; | 725 | dev->flags = IFF_NOARP; |
725 | dev->iflink = 0; | 726 | dev->iflink = 0; |
726 | dev->addr_len = 4; | 727 | dev->addr_len = 4; |