Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155453
b: refs/heads/master
c: f2ba025
h: refs/heads/master
i:
  155451: cc8aab4
v: v3
  • Loading branch information
Sascha Hlusiak authored and David S. Miller committed Jul 12, 2009
1 parent bf60ba3 commit 6cae46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e51a67a9c8a2ea5c563f8c2ba6613fe2100ffe67
refs/heads/master: f2ba025b2036e52a176cddcf91b15ac2b10c644a
1 change: 1 addition & 0 deletions trunk/net/ipv6/sit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ static void ipip6_tunnel_setup(struct net_device *dev)
dev->hard_header_len = LL_MAX_HEADER + sizeof(struct iphdr);
dev->mtu = ETH_DATA_LEN - sizeof(struct iphdr);
dev->flags = IFF_NOARP;
dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
dev->iflink = 0;
dev->addr_len = 4;
dev->features |= NETIF_F_NETNS_LOCAL;
Expand Down

0 comments on commit 6cae46c

Please sign in to comment.