netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* after setting verdict in netfilter_queue packet is not reaching udp server daemon
@ 2012-03-13 12:03 Arif Hossain
  0 siblings, 0 replies; only message in thread
From: Arif Hossain @ 2012-03-13 12:03 UTC (permalink / raw)
  To: netfilter, netfilter-devel

I'm receiving packets from NFQUEUE target. after making modifications to
it i'm setting verdict with nfq_set_verdict. nfq_set_verdict() is
returning nonzero values indicating there is no problem with it. but my
udp daemon which should receive the modified packet is not receiving it.
is there is any way to trace it packet from nfq_set_verdict() to
udp_server?.

During development i have seen sometimes it does not work. if i restart
the udp daemon it starts working again. during development we were using
a simple echo udp server. it worked there more or less. This is not
happening in a full blown udp server(which is udp packet relay server).
if there is a way to tell what happens to the packet after
nfq_set_verdict()(i mean after returning from the registered callback
function) i can find out what's wrong with the thing.

Thanks in advance.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-13 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13 12:03 after setting verdict in netfilter_queue packet is not reaching udp server daemon Arif Hossain

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