All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] connrate missing exports fixed
@ 2005-03-17 14:19 Jonas Berlin
  2005-03-17 14:45 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Jonas Berlin @ 2005-03-17 14:19 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Connrate is missing two exports, which makes the kernel compilation fail if
either ip_conntrack or ipt_connrate is compiled as a module.

- --
- - xkr47
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCOZIExyF48ZTvn+4RAjevAKC6SzOT/tsdGJzP1x2j359krZeQbgCfdhT9
//cw9X54GzQDQT70H+5LeBs=
=A3ZE
-----END PGP SIGNATURE-----

[-- Attachment #2: connrate-export-fix.patch --]
[-- Type: text/x-patch, Size: 423 bytes --]

Index: connrate/linux/net/ipv4/netfilter/ip_conntrack_rate.c
===================================================================
--- connrate/linux/net/ipv4/netfilter/ip_conntrack_rate.c	(revision 3800)
+++ connrate/linux/net/ipv4/netfilter/ip_conntrack_rate.c	(working copy)
@@ -129,3 +129,6 @@
 	READ_UNLOCK(&rate_lock);
 	return rate;
 }
+
+EXPORT_SYMBOL(ip_conntrack_rate_count);
+EXPORT_SYMBOL(ip_conntrack_rate_get);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-17 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-17 14:19 [PATCH] connrate missing exports fixed Jonas Berlin
2005-03-17 14:45 ` Patrick McHardy

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.