From: Patrick McHardy <kaber@trash.net>
To: Harald Welte <laforge@gnumonks.org>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: [PATCH] fix owner-socketlookup patch
Date: Thu, 17 Apr 2003 16:24:10 +0200 [thread overview]
Message-ID: <3E9EB90A.4050701@trash.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
Hi Harald,
this patch fixes build of the ipt_owner.c as module with the
owner-socketlookup patch.
When neither of CONFIG_IPV6_MODULE/CONFIG_KHTTPD/CONFIG_KHTTPD_MODULE
are defined tcp_timewait_cachep needs to be exported for tcp_tw_put().
Please apply to CVS.
Best regards,
Patrick
[-- Attachment #2: owner.diff --]
[-- Type: text/plain, Size: 1160 bytes --]
Index: patch-o-matic/extra/owner-socketlookup.patch
===================================================================
RCS file: /cvspublic/netfilter/patch-o-matic/extra/owner-socketlookup.patch,v
retrieving revision 1.1
diff -u -r1.1 owner-socketlookup.patch
--- patch-o-matic/extra/owner-socketlookup.patch 1 Apr 2003 18:02:42 -0000 1.1
+++ patch-o-matic/extra/owner-socketlookup.patch 17 Apr 2003 14:17:45 -0000
@@ -201,14 +201,17 @@
diff -urN a/net/netsyms.c b/net/netsyms.c
--- a/net/netsyms.c 2002-11-29 00:53:16.000000000 +0100
-+++ b/net/netsyms.c 2003-03-27 15:33:45.000000000 +0100
-@@ -596,4 +596,9 @@
++++ b/net/netsyms.c 2003-04-17 16:10:31.000000000 +0200
+@@ -596,4 +596,12 @@
EXPORT_SYMBOL(wireless_send_event);
#endif /* CONFIG_NET_RADIO || CONFIG_NET_PCMCIA_RADIO */
+#if defined(CONFIG_IP_NF_MATCH_OWNER)||defined(CONFIG_IP_NF_MATCH_OWNER_MODULE)
+EXPORT_SYMBOL(tcp_v4_lookup);
+EXPORT_SYMBOL(udp_v4_lookup);
++#if !(defined (CONFIG_IPV6_MODULE) || defined (CONFIG_KHTTPD) || defined (CONFIG_KHTTPD_MODULE))
++EXPORT_SYMBOL(tcp_timewait_cachep);
++#endif
+#endif /* CONFIG_IP_NF_MATCH_OWNER */
+
#endif /* CONFIG_NET */
next reply other threads:[~2003-04-17 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-17 14:24 Patrick McHardy [this message]
2003-04-17 16:22 ` [PATCH] fix owner-socketlookup patch Harald Welte
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=3E9EB90A.4050701@trash.net \
--to=kaber@trash.net \
--cc=laforge@gnumonks.org \
--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.