From: netfilter@interlinx.bc.ca
To: netfilter-devel@lists.netfilter.org
Cc: Filip.Sneppe@cronos.be
Subject: Re: ip_nat_amanda unresolved symbol
Date: Thu, 17 Oct 2002 12:35:35 -0400 [thread overview]
Message-ID: <20021017163535.GN344@pc.ilinx> (raw)
In-Reply-To: <E131E9F1848D0148813EAF06A846608F615F97@w2ks-e2k.iconos.be>
[-- Attachment #1: Type: text/plain, Size: 1871 bytes --]
On Thu, Oct 17, 2002 at 01:37:02AM +0200, Sneppe Filip wrote:
> It seems like the amanda conntracker/nat module depends on some
> earlier code written by the same author to mangle udp packets.
> However, that earlier code did not get accepted; see the following
> mails on netfilter-devel:
> [2]http://lists.netfilter.org/pipermail/netfilter-devel/2002-August/00
> 9012.html
> [3]http://lists.netfilter.org/pipermail/netfilter-devel/2002-September
> /009371.html
> [4]http://lists.netfilter.org/pipermail/netfilter-devel/2002-August/00
> 8916.html
This is correct. Harald did not like my implementation, and we came
to an agreement on how to correct it. Unfortunately, making the
correction has not bubbled to the top of my TODO list (as much as
getting a job has! :-)
[ Harald, please feel free to correct anything I get wrong here ]
There were two issues. First, Harald did not like the "multi-mangle"
function that I wrote for UDP. It was/is at this point an unused
function and a) Harald did not want to bloat the code with an unused
function and b) it would only be used in the rarer of cases and
mulitple calls to the single mangle function would be sufficient. I
don't necessarily disagree.
The other issue was that my UDP mangle function _always_ calculated a
checksum on the mangled packet, even when it did not have a checksum
prior to mangling. I have corrected the function to only re-calculate
the checksum when the checksum is 0 (indicated no UDP checksum on the
packet).
> - get in touch with the author of the amanda conntracker/nat module,
> because obviously the patch in p-o-m is of little use to anyone in
> its
> current state.
Right. Stay tuned for a patch to directly follow this e-mail with an
updated patch in it.
b.
--
Brian J. Murrell
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2002-10-17 16:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-16 23:37 ip_nat_amanda unresolved symbol Sneppe Filip
2002-10-17 16:35 ` netfilter [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-10-16 20:18 Jan Srzednicki
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=20021017163535.GN344@pc.ilinx \
--to=netfilter@interlinx.bc.ca \
--cc=Filip.Sneppe@cronos.be \
--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.