ipv6: drop frames with attached skb->sk in forwarding
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Thu, 8 Oct 2015 16:19:53 +0000 (18:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Oct 2015 12:30:44 +0000 (05:30 -0700)
commit9ef2e965e55481a52d6d91ce61977a27836268d3
tree95d5caad57531ee5a4b9847c25b586fe2b91a6ca
parentd9e4ce65b27694b0b70ff4d1cbbb740195fd916b
ipv6: drop frames with attached skb->sk in forwarding

This is a clone of commit 2ab957492d13b ("ip_forward: Drop frames with
attached skb->sk") for ipv6.

This commit has exactly the same reasons as the above mentioned commit,
namely to prevent panics during netfilter reload or a misconfigured stack.

Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c