Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Commit

Permalink
Merge tag 'v3.18.112' into XOS-8.1
Browse files Browse the repository at this point in the history
This is the 3.18.112 stable release

# gpg: Signature made Wed 30 May 2018 10:08:06 PM CEST
# gpg:                using RSA key 38DBBDC86092693E
# gpg: Can't check signature: No public key

* tag 'v3.18.112':
  Linux 3.18.112
  Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"
  • Loading branch information
Harsh Shandilya committed May 31, 2018
2 parents bb53b26 + b0b357c commit a4e962a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 18
SUBLEVEL = 111
SUBLEVEL = 112
EXTRAVERSION =
NAME = Diseased Newt

Expand Down
1 change: 1 addition & 0 deletions net/ipv4/ip_vti.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ static int vti_tunnel_init(struct net_device *dev)
memcpy(dev->dev_addr, &iph->saddr, 4);
memcpy(dev->broadcast, &iph->daddr, 4);

dev->mtu = ETH_DATA_LEN;
dev->flags = IFF_NOARP;
dev->iflink = 0;
dev->addr_len = 4;
Expand Down

0 comments on commit a4e962a

Please sign in to comment.