All of lore.kernel.org
 help / color / mirror / Atom feed
* Splitting network packets from target modules
@ 2012-11-15 13:14 arif
  2012-11-15 13:49 ` Torsten Luettgert
  0 siblings, 1 reply; 2+ messages in thread
From: arif @ 2012-11-15 13:14 UTC (permalink / raw)
  To: netfilter-devel

Hi,

I'm trying to write a target module which will do the following :

1) oldskb will be cached.
2) newskb1,newskb2....newskbn will be allocated and initialized.
3) packet will be dropped using NF_DROP
4) Newskbs will be sent to L4(target will work from PREROUTING hook)

But i'm confused how i'm going to send these new skbs to uplink.
returning NF_ACCEPT will not do the trick i guess.

Is there any existing target module which tries to do send multiple skbs
to uplink?

cheers
arif


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

end of thread, other threads:[~2012-11-15 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 13:14 Splitting network packets from target modules arif
2012-11-15 13:49 ` Torsten Luettgert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.