From: Pablo Neira <pablo@eurodev.net>
To: Richard <richard@o-matrix.org>
Cc: 'Netfilter Development Mailinglist'
<netfilter-devel@lists.netfilter.org>
Subject: Re: [NEW TARGET] target for modifying conntrack timeout value
Date: Sun, 02 Jan 2005 14:15:19 +0100 [thread overview]
Message-ID: <41D7F3E7.2070002@eurodev.net> (raw)
In-Reply-To: <EINSTEINUuEhjJ8uT6S00000759@einstein.systemmetrics.com>
Richard wrote:
>The only change I made is
>
>+#if 0
>+ ip_ct_refresh_acct(ct, 0, NULL, new_expires);
>+#endif
>+ ip_ct_refresh(ct, new_expires);
>
>This is because I got unresolved symbol ip_ct_refresh_acct when loading the
>kernel module. I am using kernel version 2.4.25.
>
>
I forgot to tell you, ip_ct_refresh was renamed to ip_ct_refresh_acct
in 2.6.9. Ick, the API is kinda broken now :(. Since I work with lastest
2.6 bk snapshot, I needed to use the new name. I think that it would be
nice if you add a comment in that section of code to explain why you did
that?
--
Pablo
next prev parent reply other threads:[~2005-01-02 13:15 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-13 21:10 [NEW TARGET] target for modifying conntrack timeout value Richard
2004-12-13 21:14 ` Pablo Neira
2004-12-15 0:25 ` Pablo Neira
2004-12-15 1:16 ` Richard
2004-12-15 19:38 ` Pablo Neira
2004-12-17 18:10 ` Richard
2005-01-02 0:22 ` Pablo Neira
2005-01-02 9:11 ` Richard
2005-01-02 13:15 ` Pablo Neira [this message]
2005-01-02 19:12 ` Richard
2005-01-02 19:35 ` Tom Marshall
2005-01-02 19:42 ` Richard
2005-01-02 22:24 ` Richard
-- strict thread matches above, loose matches on Subject: below --
2004-12-08 19:47 Richard
2004-12-08 20:09 ` Pablo Neira
2004-12-09 1:47 ` Richard
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=41D7F3E7.2070002@eurodev.net \
--to=pablo@eurodev.net \
--cc=netfilter-devel@lists.netfilter.org \
--cc=richard@o-matrix.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.