netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Please i need help with this error, hunting bugs
@ 2009-01-31 21:19 ilninno
  2009-01-31 21:29 ` crash in nfnetlink_queue Eric Leblond
  0 siblings, 1 reply; 3+ messages in thread
From: ilninno @ 2009-01-31 21:19 UTC (permalink / raw)
  To: netfilter-devel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-09 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-31 21:19 Please i need help with this error, hunting bugs ilninno
2009-01-31 21:29 ` crash in nfnetlink_queue Eric Leblond
2009-02-09 17:08   ` Patrick McHardy

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).