Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263224
b: refs/heads/master
c: c2bceb3
h: refs/heads/master
v: v3
  • Loading branch information
Lionel Elie Mamane authored and David S. Miller committed Aug 16, 2011
1 parent 1d2c863 commit 83d8080
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 588dc91151d99e9307c2f9a8468453274fe43ecd
refs/heads/master: c2bceb3d7f145af5a0916bea700f2f9d380901ea
3 changes: 3 additions & 0 deletions trunk/net/ipv6/sit.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,9 @@ static netdev_tx_t ipip6_tunnel_xmit(struct sk_buff *skb,
if (skb->protocol != htons(ETH_P_IPV6))
goto tx_error;

if (tos == 1)
tos = ipv6_get_dsfield(iph6);

/* ISATAP (RFC4214) - must come before 6to4 */
if (dev->priv_flags & IFF_ISATAP) {
struct neighbour *neigh = NULL;
Expand Down

0 comments on commit 83d8080

Please sign in to comment.