* Capture packets without route
@ 2009-04-05 16:34 BlackCat
0 siblings, 0 replies; only message in thread
From: BlackCat @ 2009-04-05 16:34 UTC (permalink / raw)
To: netfilter-devel
Hello,
I try to write an implementation of one of the on-demand routing protocol (AODV)
and have small trouble. When packet arrive from the network they normaly
appear in PRE_ROUTING hook without any route testing. But host
packets comming from transport level are have route testing before
LOCAL_OUT hook in the ip_queue_xmit() function. And packets without
appropriate route are dropped before reach the hook.
To solve this problem I use fake default route via TAP interface. My
question is does any other solution exists?
--
Best regards,
BlackCat
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-05 16:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05 16:34 Capture packets without route BlackCat
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).