From: BlackCat <blackcatzilla@gmail.com>
To: netfilter-devel@vger.kernel.org
Subject: Capture packets without route
Date: Sun, 5 Apr 2009 20:34:23 +0400 [thread overview]
Message-ID: <1033002276.20090405203423@gmail.com> (raw)
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
reply other threads:[~2009-04-05 16:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1033002276.20090405203423@gmail.com \
--to=blackcatzilla@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 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.