netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: ilninno <ilninno@gmail.com>
To: netfilter-devel@vger.kernel.org
Subject: Please i need help with this error, hunting bugs
Date: Sat, 31 Jan 2009 22:19:58 +0100	[thread overview]
Message-ID: <92770c820901311319q2a35ca0fnd42112ab9b3db6fe@mail.gmail.com> (raw)

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.

             reply	other threads:[~2009-01-31 21:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-31 21:19 ilninno [this message]
2009-01-31 21:29 ` crash in nfnetlink_queue Eric Leblond
2009-02-09 17:08   ` 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=92770c820901311319q2a35ca0fnd42112ab9b3db6fe@mail.gmail.com \
    --to=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).