SOURCES (LINUX_2_6): linux-2.6-nf-IPV4OPTSSTRIP.patch - IPV4OPTSST...

cieciwa cieciwa at pld-linux.org
Thu Oct 13 09:25:57 CEST 2005


Author: cieciwa                      Date: Thu Oct 13 07:25:57 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- IPV4OPTSSTRIP [kernel] - for 2.6.14-rc4

---- Files affected:
SOURCES:
   linux-2.6-nf-IPV4OPTSSTRIP.patch (1.1.2.2 -> 1.1.2.3) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch
diff -u SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch:1.1.2.2 SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch:1.1.2.3
--- SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch:1.1.2.2	Thu Sep 15 09:42:25 2005
+++ SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch	Thu Oct 13 09:25:51 2005
@@ -1,11 +1,35 @@
  Kconfig             |   10 +++++
- Makefile            |    3 +
+ Makefile            |    1 
  ipt_IPV4OPTSSTRIP.c |   89 ++++++++++++++++++++++++++++++++++++++++++++++++++++
- 3 files changed, 102 insertions(+)
+ 3 files changed, 100 insertions(+)
 
-diff -uNr linux-2.6.13.1/net.orig/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c linux-2.6.13.1/net/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c
---- linux-2.6.13.1/net.orig/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c	1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.13.1/net/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c	2005-09-15 08:53:35.990922250 +0200
+diff -Nur linux-2.6.14-rc4.org/net/ipv4/netfilter/Kconfig linux-2.6.14-rc4/net/ipv4/netfilter/Kconfig
+--- linux-2.6.14-rc4.org/net/ipv4/netfilter/Kconfig	2005-10-11 03:19:19.000000000 +0200
++++ linux-2.6.14-rc4/net/ipv4/netfilter/Kconfig	2005-10-13 09:10:21.000000000 +0200
+@@ -815,5 +815,15 @@
+ 	  Allows altering the ARP packet payload: source and destination
+ 	  hardware and network addresses.
+ 
++config IP_NF_TARGET_IPV4OPTSSTRIP
++	tristate  'IPV4OPTSSTRIP target support'
++	depends on IP_NF_MANGLE
++	help
++	  This option adds an IPV4OPTSSTRIP target.
++	  This target allows you to strip all IP options in a packet.
++	 
++	  If you want to compile it as a module, say M here and read
++	  Documentation/modules.txt.  If unsure, say `N'.
++
+ endmenu
+ 
+diff -Nur linux-2.6.14-rc4.org/net/ipv4/netfilter/Makefile linux-2.6.14-rc4/net/ipv4/netfilter/Makefile
+--- linux-2.6.14-rc4.org/net/ipv4/netfilter/Makefile	2005-10-11 03:19:19.000000000 +0200
++++ linux-2.6.14-rc4/net/ipv4/netfilter/Makefile	2005-10-13 09:10:21.000000000 +0200
+@@ -0,0 +0,1 @@
++obj-$(CONFIG_IP_NF_TARGET_IPV4OPTSSTRIP) += ipt_IPV4OPTSSTRIP.o
+diff -Nur linux-2.6.14-rc4.org/net/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c linux-2.6.14-rc4/net/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c
+--- linux-2.6.14-rc4.org/net/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c	1970-01-01 01:00:00.000000000 +0100
++++ linux-2.6.14-rc4/net/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c	2005-10-13 09:10:21.000000000 +0200
 @@ -0,0 +1,89 @@
 +/**
 + * Strip all IP options in the IP packet header.
@@ -96,27 +120,3 @@
 +
 +module_init(init);
 +module_exit(fini);
-diff -uNr linux-2.6.13.1/net.orig/ipv4/netfilter/Kconfig linux-2.6.13.1/net/ipv4/netfilter/Kconfig
---- linux-2.6.13.1/net.orig/ipv4/netfilter/Kconfig	2005-09-10 04:42:58.000000000 +0200
-+++ linux-2.6.13.1/net/ipv4/netfilter/Kconfig	2005-09-15 08:53:35.998922750 +0200
-@@ -692,5 +692,15 @@
- 	  Allows altering the ARP packet payload: source and destination
- 	  hardware and network addresses.
- 
-+config IP_NF_TARGET_IPV4OPTSSTRIP
-+	tristate  'IPV4OPTSSTRIP target support'
-+	depends on IP_NF_MANGLE
-+	help
-+	  This option adds an IPV4OPTSSTRIP target.
-+	  This target allows you to strip all IP options in a packet.
-+	 
-+	  If you want to compile it as a module, say M here and read
-+	  Documentation/modules.txt.  If unsure, say `N'.
-+
- endmenu
- 
-diff -uNr linux-2.6.13.1/net.orig/ipv4/netfilter/Makefile linux-2.6.13.1/net/ipv4/netfilter/Makefile
---- linux-2.6.13.1/net.orig/ipv4/netfilter/Makefile	2005-09-10 04:42:58.000000000 +0200
-+++ linux-2.6.13.1/net/ipv4/netfilter/Makefile	2005-09-15 08:58:54.650837250 +0200
-@@ -0,0 +0,1 @@
-+obj-$(CONFIG_IP_NF_TARGET_IPV4OPTSSTRIP) += ipt_IPV4OPTSSTRIP.o
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch?r1=1.1.2.2&r2=1.1.2.3&f=u




More information about the pld-cvs-commit mailing list