[netfilter-cvslog] r3693 - trunk/patch-o-matic-ng/nf-log

laforge at netfilter.org laforge at netfilter.org
Tue Feb 15 00:22:16 CET 2005


Author: laforge at netfilter.org
Date: 2005-02-15 00:22:15 +0100 (Tue, 15 Feb 2005)
New Revision: 3693

Modified:
   trunk/patch-o-matic-ng/nf-log/linux-2.4.patch
Log:
make it apply to 2.4.29 (Jan Du Caju)


Modified: trunk/patch-o-matic-ng/nf-log/linux-2.4.patch
===================================================================
--- trunk/patch-o-matic-ng/nf-log/linux-2.4.patch	2005-02-14 23:21:22 UTC (rev 3692)
+++ trunk/patch-o-matic-ng/nf-log/linux-2.4.patch	2005-02-14 23:22:15 UTC (rev 3693)
@@ -100,9 +100,9 @@
 +	}
 +}
 +
- /* This does not belong here, but ipt_REJECT needs it if connection
-    tracking in use: without this, connection may not be in hash table,
-    and hence manufactured ICMP or RST packets will not be associated
+ /* This does not belong here, but locally generated errors need it if connection
+    tracking in use: without this, connection may not be in hash table, and hence
+    manufactured ICMP or RST packets will not be associated with it. */
 diff -urN --exclude-from=diff.exclude linux-2.4.20-base/net/ipv4/netfilter/ipt_LOG.c linux-2.4.20-log/net/ipv4/netfilter/ipt_LOG.c
 --- linux-2.4.20-base/net/ipv4/netfilter/ipt_LOG.c	2002-02-25 20:38:14.000000000 +0100
 +++ linux-2.4.20-log/net/ipv4/netfilter/ipt_LOG.c	2003-05-13 19:30:26.000000000 +0200
@@ -474,6 +474,7 @@
  EXPORT_SYMBOL(nf_setsockopt);
  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);




More information about the netfilter-cvslog mailing list