[netfilter-cvslog] r4129 - branches/netfilter-ha/linux-2.6/patches

hidden at netfilter.org hidden at netfilter.org
Tue Jul 19 12:10:50 CEST 2005


Author: hidden at netfilter.org
Date: 2005-07-19 12:10:49 +0200 (Tue, 19 Jul 2005)
New Revision: 4129

Modified:
   branches/netfilter-ha/linux-2.6/patches/export_ip_nat_lock_and_hash.patch
Log:
patches/export_ip_nat_lock_and_hash.patch: export replace_in_hashes()



Modified: branches/netfilter-ha/linux-2.6/patches/export_ip_nat_lock_and_hash.patch
===================================================================
--- branches/netfilter-ha/linux-2.6/patches/export_ip_nat_lock_and_hash.patch	2005-07-18 22:44:01 UTC (rev 4128)
+++ branches/netfilter-ha/linux-2.6/patches/export_ip_nat_lock_and_hash.patch	2005-07-19 10:10:49 UTC (rev 4129)
@@ -1,11 +1,12 @@
-Index: linux-2.6.10/net/ipv4/netfilter/ip_nat_standalone.c
+Index: linux-2.6.10-ctsync/net/ipv4/netfilter/ip_nat_standalone.c
 ===================================================================
---- linux-2.6.10.orig/net/ipv4/netfilter/ip_nat_standalone.c	2005-01-10 20:53:56.476583856 +0100
-+++ linux-2.6.10/net/ipv4/netfilter/ip_nat_standalone.c	2005-01-10 20:54:05.497212512 +0100
-@@ -392,4 +392,6 @@
+--- linux-2.6.10-ctsync.orig/net/ipv4/netfilter/ip_nat_standalone.c	2005-07-19 11:24:12.057142833 +0200
++++ linux-2.6.10-ctsync/net/ipv4/netfilter/ip_nat_standalone.c	2005-07-19 11:27:16.136965119 +0200
+@@ -392,4 +392,7 @@
  EXPORT_SYMBOL(ip_nat_find_helper);
  EXPORT_SYMBOL(__ip_nat_find_helper);
  EXPORT_SYMBOL_GPL(__ip_nat_find_helper_by_name);
 +EXPORT_SYMBOL_GPL(ip_nat_lock);
 +EXPORT_SYMBOL_GPL(place_in_hashes);
++EXPORT_SYMBOL_GPL(replace_in_hashes);
  MODULE_LICENSE("GPL");




More information about the netfilter-cvslog mailing list