diff options
| author | 2005-05-23 14:57:14 -0700 | |
|---|---|---|
| committer | 2005-05-23 14:57:14 -0700 | |
| commit | ab3fc403633c38aef5ef48844f8e5dbfee7c34f8 (patch) | |
| tree | 475459da3d3cc0071c71900cfbcdc389d3d71597 /net/ipv6/xfrm6_output.c | |
| parent | [PATCH] ppc64: Fix g5 hw timebase sync (diff) | |
| parent | [TG3]: Update driver version. (diff) | |
| download | wireguard-linux-ab3fc403633c38aef5ef48844f8e5dbfee7c34f8.tar.xz wireguard-linux-ab3fc403633c38aef5ef48844f8e5dbfee7c34f8.zip | |
Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git/
Diffstat (limited to 'net/ipv6/xfrm6_output.c')
| -rw-r--r-- | net/ipv6/xfrm6_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index 601a148f60f3..6b9867717d11 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c @@ -84,6 +84,7 @@ static int xfrm6_tunnel_check_size(struct sk_buff *skb) mtu = IPV6_MIN_MTU; if (skb->len > mtu) { + skb->dev = dst->dev; icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu, skb->dev); ret = -EMSGSIZE; } |
