SOURCES (LINUX_2_6): pom-ng-ROUTE-20061213.patch - fix for 2.6.21 ...

mguevara mguevara at pld-linux.org
Mon Apr 30 13:45:24 CEST 2007


Author: mguevara                     Date: Mon Apr 30 11:45:24 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- fix for 2.6.21 net/ipv6/netfilter/Makefile, orig removed

---- Files affected:
SOURCES:
   pom-ng-ROUTE-20061213.patch (1.1.2.3 -> 1.1.2.4) 

---- Diffs:

================================================================
Index: SOURCES/pom-ng-ROUTE-20061213.patch
diff -u SOURCES/pom-ng-ROUTE-20061213.patch:1.1.2.3 SOURCES/pom-ng-ROUTE-20061213.patch:1.1.2.4
--- SOURCES/pom-ng-ROUTE-20061213.patch:1.1.2.3	Mon Apr 30 12:11:32 2007
+++ SOURCES/pom-ng-ROUTE-20061213.patch	Mon Apr 30 13:45:19 2007
@@ -561,47 +561,6 @@
  EXPORT_SYMBOL(register_inet6addr_notifier);
  EXPORT_SYMBOL(unregister_inet6addr_notifier);
  EXPORT_SYMBOL(ip6_route_output);
-diff -NurpP --minimal /home/users/builder/linux-2.6.19/net/ipv6/ipv6_syms.c.orig linux-2.6.19/net/ipv6/ipv6_syms.c.orig
---- /home/users/builder/linux-2.6.19/net/ipv6/ipv6_syms.c.orig	1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.19/net/ipv6/ipv6_syms.c.orig	2006-11-29 22:57:37.000000000 +0100
-@@ -0,0 +1,37 @@
-+
-+#include <linux/module.h>
-+#include <net/protocol.h>
-+#include <net/ipv6.h>
-+#include <net/addrconf.h>
-+#include <net/ip6_route.h>
-+#include <net/xfrm.h>
-+
-+EXPORT_SYMBOL(__ipv6_addr_type);
-+EXPORT_SYMBOL(icmpv6_send);
-+EXPORT_SYMBOL(icmpv6_statistics);
-+EXPORT_SYMBOL(icmpv6_err_convert);
-+EXPORT_SYMBOL(ndisc_mc_map);
-+EXPORT_SYMBOL(register_inet6addr_notifier);
-+EXPORT_SYMBOL(unregister_inet6addr_notifier);
-+EXPORT_SYMBOL(ip6_route_output);
-+EXPORT_SYMBOL(ipv6_setsockopt);
-+EXPORT_SYMBOL(ipv6_getsockopt);
-+EXPORT_SYMBOL(inet6_register_protosw);
-+EXPORT_SYMBOL(inet6_unregister_protosw);
-+EXPORT_SYMBOL(inet6_add_protocol);
-+EXPORT_SYMBOL(inet6_del_protocol);
-+EXPORT_SYMBOL(ip6_xmit);
-+EXPORT_SYMBOL(inet6_release);
-+EXPORT_SYMBOL(inet6_bind);
-+EXPORT_SYMBOL(inet6_getname);
-+EXPORT_SYMBOL(inet6_ioctl);
-+EXPORT_SYMBOL(ipv6_get_saddr);
-+EXPORT_SYMBOL(ipv6_chk_addr);
-+EXPORT_SYMBOL(in6_dev_finish_destroy);
-+#ifdef CONFIG_XFRM
-+EXPORT_SYMBOL(xfrm6_rcv);
-+EXPORT_SYMBOL(xfrm6_input_addr);
-+EXPORT_SYMBOL(xfrm6_find_1stfragopt);
-+#endif
-+EXPORT_SYMBOL(rt6_lookup);
-+EXPORT_SYMBOL(ipv6_push_nfrag_opts);
 diff -NurpP --minimal /home/users/builder/linux-2.6.19/net/ipv6/netfilter/Kconfig linux-2.6.19/net/ipv6/netfilter/Kconfig
 --- /home/users/builder/linux-2.6.19/net/ipv6/netfilter/Kconfig	2006-11-29 22:57:37.000000000 +0100
 +++ linux-2.6.19/net/ipv6/netfilter/Kconfig	2006-12-14 10:26:46.000000000 +0100
@@ -628,9 +587,9 @@
 --- /home/users/builder/linux-2.6.19/net/ipv6/netfilter/Makefile	2006-11-29 22:57:37.000000000 +0100
 +++ linux-2.6.19/net/ipv6/netfilter/Makefile	2006-12-14 10:26:46.000000000 +0100
 @@ -19,6 +19,7 @@ obj-$(CONFIG_IP6_NF_TARGET_LOG) += ip6t_
- obj-$(CONFIG_IP6_NF_RAW) += ip6table_raw.o
  obj-$(CONFIG_IP6_NF_MATCH_HL) += ip6t_hl.o
  obj-$(CONFIG_IP6_NF_TARGET_REJECT) += ip6t_REJECT.o
+ obj-$(CONFIG_IP6_NF_MATCH_MH) += ip6t_mh.o
 +obj-$(CONFIG_IP6_NF_TARGET_ROUTE) += ip6t_ROUTE.o
  
  # objects for l3 independent conntrack
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pom-ng-ROUTE-20061213.patch?r1=1.1.2.3&r2=1.1.2.4&f=u



More information about the pld-cvs-commit mailing list