[NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr()
authorPatrick McHardy <kaber@trash.net>
Wed, 15 Nov 2006 03:49:13 +0000 (19:49 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 16 Nov 2006 05:18:50 +0000 (21:18 -0800)
commit337dde798dd1f3e4d4df4e684a0b4355dd65103d
tree02bc41b44c5b20fd8fe803749f2a87be706971a7
parentb96e7ecbd052a0916b6078e7600604d7e276a336
[NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr()

nexthdr is NEXTHDR_FRAGMENT, the nexthdr value from the fragment header
is hp->nexthdr.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/netfilter/ip6_tables.c