From: Eric Leblond <eric@inl.fr>
To: ilninno <ilninno@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: crash in nfnetlink_queue
Date: Sat, 31 Jan 2009 22:29:31 +0100 [thread overview]
Message-ID: <4984C2BB.3030501@inl.fr> (raw)
In-Reply-To: <92770c820901311319q2a35ca0fnd42112ab9b3db6fe@mail.gmail.com>
Hi,
Could you specify your kernel version ?
By the way please use a explicit subject when posting: lot of people
avoir to read 'I need help' messages.
BR,
ilninno a écrit :
> Hello again.
>
>
> I tested the issue in different examples:
>
> 1- When using NF_REPEAT with only 1 queue, there isnt any problem
> $IPTABLES -A OUTPUT -m state --state NEW -m mark ! --mark 1 -j NF_QUEUE 0
> $IPTABLES -A OUTPUT -j ACCEPT
>
> 2- When using NF_REPEAT with (program 1 in queue 0 and program 2 in queue 1)
>
> $IPTABLES -A OUTPUT -m state --state NEW -m mark !
> --mark 1 -j NF_QUEUE 0
> $IPTABLES -A OUTPUT -m state --state NEW -m mark
> --mark 1 -j NF_QUEUE 1
>
> then i got kernel panic. I think the problem is that using
> nfq_set_verdict_mark(myQueue, id, NF_REPEAT, htonl(1) ,0, NULL) don't
> modify packet length and kernel freezes, but im not sure, im newbie
> please help me.
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Eric Leblond <eric@inl.fr>
INL: http://www.inl.fr/
NuFW: http://www.nufw.org/
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-01-31 21:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-31 21:19 Please i need help with this error, hunting bugs ilninno
2009-01-31 21:29 ` Eric Leblond [this message]
2009-02-09 17:08 ` crash in nfnetlink_queue Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4984C2BB.3030501@inl.fr \
--to=eric@inl.fr \
--cc=ilninno@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).