netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change
authorPatrick McHardy <kaber@trash.net>
Sun, 26 Aug 2012 17:14:08 +0000 (19:14 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 30 Aug 2012 01:00:15 +0000 (03:00 +0200)
commit0ad352cb433ed2b05921a32b5ee20410512e2320
tree9d697d3f05b04904411e4d0e2656fcc5928b428d
parentc7232c9979cba684c50b64c513c4a83c9aa70563
netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change

Expand the skb headroom if the oif changed due to rerouting similar to
how IPv4 packets are handled.

Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv6/netfilter.c