From: Patrick McHardy <kaber@trash.net>
To: Nagaraj G <gnraj@teneoris.com>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: Help needed on standalone nat for opening new ports inside the code
Date: Sat, 14 Feb 2004 12:17:24 +0100 [thread overview]
Message-ID: <402E03C4.20007@trash.net> (raw)
In-Reply-To: <1076755824.13168.10.camel@localhost.localdomain>
Nagaraj G wrote:
> Hello,
>
> I am writing a new netfilter application module where-in I have to
> mangle each and every packet. So, I have made the module as a standalone
> NAT with NAT_ALWAYS flag defined.
>
> ...
>
> I tried doing ip_conntrack_expect_related(). But it fails with -16
> (EBUSY).
EBUSY is returned when max_expected is not set and the expectation
clashes with existing ones. My guess is that you haven't initialized
the mask of the expectation properly. If that's not it, please post
the relevant sections of code, that makes it easier for people to help.
Regards,
Patrick
next prev parent reply other threads:[~2004-02-14 11:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-14 10:50 Help needed on standalone nat for opening new ports inside the code Nagaraj G
2004-02-14 11:17 ` Patrick McHardy [this message]
2004-02-15 4:59 ` Nagaraj G
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=402E03C4.20007@trash.net \
--to=kaber@trash.net \
--cc=gnraj@teneoris.com \
--cc=netfilter-devel@lists.netfilter.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.