]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitd64e30d5177de96dc22e6f97181a64a4a4f59e8f
tree02bc41b44c5b20fd8fe803749f2a87be706971a7
parent7abdedbae97ab144591351f05210d7e9b33991bf
[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