[PATCH 2.6] ip6t_LOG and packets with hop-by-hop options
David S. Miller
davem@redhat.com
Tue, 6 Jul 2004 13:55:19 -0700
On Tue, 6 Jul 2004 18:01:09 +0200
Harald Welte <laforge@netfilter.org> wrote:
> On Tue, Jul 06, 2004 at 05:09:18PM +0200, Marcel Sebek wrote:
> > Packet with IPPROTO_HOPOPTS extended header isn't logged properly by
> > ip6t_LOG.c. It only prints PROTO=0 and nothing more, because
> > IPPROTO_HOPOPTS=0 and in this file 0 is used to indicate last header.
> > This patch fix it by using IPPROTO_NONE to indicate last header.
>
> looks fine to me. Dave, can you please include this to your tree?
> Thanks.
Applied, thanks everyone.