From: Roberto Nibali <ratz@tac.ch>
To: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH] TCP window tracking patch backported from the 2.6 tree
Date: Wed, 29 Jun 2005 16:22:15 +0200 [thread overview]
Message-ID: <42C2AE97.7020305@tac.ch> (raw)
In-Reply-To: <Pine.LNX.4.58.0506281201590.12765@blackhole.kfki.hu>
> found in the patch-o-matic-ng svn repository. The 2.4 version of the
> nf-log patch (which is required) has been updated as well.
The updated nf-log patch seems to be missing the neccessary symbol exports.
Please consider adding this to your linux-2.4 patch:
--- linux-2.4.31-orig/net/netsyms.c 2005-04-04 03:42:20 +0200
+++ linux-2.4.31-pab2/net/netsyms.c 2005-06-07 12:16:04 +0200
@@ -594,6 +594,7 @@
#endif
#ifdef CONFIG_NETFILTER
#include <linux/netfilter.h>
+#include <linux/netfilter_logging.h>
EXPORT_SYMBOL(nf_register_hook);
EXPORT_SYMBOL(nf_unregister_hook);
EXPORT_SYMBOL(nf_register_sockopt);
@@ -607,6 +608,10 @@
EXPORT_SYMBOL(nf_getsockopt);
EXPORT_SYMBOL(ip_ct_attach);
EXPORT_SYMBOL(nf_ct_attach);
+EXPORT_SYMBOL(nf_log_register);
+EXPORT_SYMBOL(nf_log_unregister);
+EXPORT_SYMBOL(nf_log_packet);
+EXPORT_SYMBOL(nf_log);
#ifdef CONFIG_INET
#include <linux/netfilter_ipv4.h>
EXPORT_SYMBOL(ip_route_me_harder);
http://svn.netfilter.org/cgi-bin/viewcvs.cgi/trunk/patch-o-matic-ng/patchlets/nf-log/linux-2.4.patch?rev=4073&r1=4018&r2=4073
also depicts this nicely as well as a failed depmod after compilation ;).
Best regards,
Roberto Nibali, ratz
--
-------------------------------------------------------------
addr://Rathausgasse 31, CH-5001 Aarau tel://++41 62 823 9355
http://www.terreactive.com fax://++41 62 823 9356
-------------------------------------------------------------
terreActive AG Wir sichern Ihren Erfolg
-------------------------------------------------------------
next prev parent reply other threads:[~2005-06-29 14:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-28 10:08 [PATCH] TCP window tracking patch backported from the 2.6 tree Jozsef Kadlecsik
2005-06-28 16:01 ` Roberto Nibali
2005-06-29 7:39 ` Jozsef Kadlecsik
2005-06-29 9:18 ` Roberto Nibali
2005-06-29 10:07 ` Jozsef Kadlecsik
2005-06-29 10:26 ` Jozsef Kadlecsik
2005-06-29 14:55 ` Daniel Hartmeier
2005-06-30 7:48 ` Jozsef Kadlecsik
2005-06-30 11:13 ` Daniel Hartmeier
2005-07-01 11:58 ` Jozsef Kadlecsik
2005-07-06 11:15 ` Daniel Hartmeier
2005-07-06 11:40 ` Jozsef Kadlecsik
2005-07-06 12:37 ` KOVACS Krisztian
2005-06-29 14:22 ` Roberto Nibali [this message]
2005-06-30 7:51 ` Jozsef Kadlecsik
2005-07-01 21:31 ` Jozsef Kadlecsik
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=42C2AE97.7020305@tac.ch \
--to=ratz@tac.ch \
--cc=kadlec@blackhole.kfki.hu \
--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.