summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/004-multiport_v1.patch
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-07-31 20:28:55 +0000
committerTim Yardley <lst@openwrt.org>2007-07-31 20:28:55 +0000
commit782d02ed1b2362ebe110ec5b991c8adddf5850e6 (patch)
tree96d7570c05bcd0ac4f42cc234531bf239431e5aa /package/iptables/patches/004-multiport_v1.patch
parent6b960df54ff42b9607f717bd1011de5a33aba80f (diff)
downloadopenwrt-782d02ed1b2362ebe110ec5b991c8adddf5850e6.tar.gz
openwrt-782d02ed1b2362ebe110ec5b991c8adddf5850e6.tar.bz2
openwrt-782d02ed1b2362ebe110ec5b991c8adddf5850e6.zip
iptables: refresh patches to 1.3.8
SVN-Revision: 8286
Diffstat (limited to 'package/iptables/patches/004-multiport_v1.patch')
-rw-r--r--package/iptables/patches/004-multiport_v1.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/package/iptables/patches/004-multiport_v1.patch b/package/iptables/patches/004-multiport_v1.patch
index 46821383e1..1acfe24848 100644
--- a/package/iptables/patches/004-multiport_v1.patch
+++ b/package/iptables/patches/004-multiport_v1.patch
@@ -1,7 +1,7 @@
-Index: iptables-1.3.7/extensions/libipt_multiport.c
+Index: iptables-1.3.8/extensions/libipt_multiport.c
===================================================================
---- iptables-1.3.7.orig/extensions/libipt_multiport.c 2007-06-04 13:21:43.344387320 +0200
-+++ iptables-1.3.7/extensions/libipt_multiport.c 2007-06-04 13:21:43.932297944 +0200
+--- iptables-1.3.8.orig/extensions/libipt_multiport.c 2007-07-31 15:27:55.000000000 -0500
++++ iptables-1.3.8/extensions/libipt_multiport.c 2007-07-31 15:27:56.000000000 -0500
@@ -8,24 +8,6 @@
/* To ensure that iptables compiles with an old kernel */
#include "../include/linux/netfilter_ipv4/ipt_multiport.h"
@@ -27,7 +27,7 @@ Index: iptables-1.3.7/extensions/libipt_multiport.c
static void
help_v1(void)
{
-@@ -68,26 +50,6 @@
+@@ -70,26 +52,6 @@
}
}
@@ -54,8 +54,8 @@ Index: iptables-1.3.7/extensions/libipt_multiport.c
static void
parse_multi_ports_v1(const char *portstring,
struct ipt_multiport_v1 *multiinfo,
-@@ -153,58 +115,6 @@
- "multiport only works with TCP, UDP, SCTP and DCCP");
+@@ -156,58 +118,6 @@
+ "multiport only works with TCP, UDP, UDPLITE, SCTP and DCCP");
}
-/* Function which parses command options; returns true if it
@@ -113,7 +113,7 @@ Index: iptables-1.3.7/extensions/libipt_multiport.c
static int
parse_v1(int c, char **argv, int invert, unsigned int *flags,
const struct ipt_entry *entry,
-@@ -281,43 +191,6 @@
+@@ -284,43 +194,6 @@
printf("%s", service);
}
@@ -157,7 +157,7 @@ Index: iptables-1.3.7/extensions/libipt_multiport.c
static void
print_v1(const struct ipt_ip *ip,
const struct ipt_entry_match *match,
-@@ -361,34 +234,6 @@
+@@ -364,34 +237,6 @@
printf(" ");
}
@@ -192,7 +192,7 @@ Index: iptables-1.3.7/extensions/libipt_multiport.c
static void save_v1(const struct ipt_ip *ip,
const struct ipt_entry_match *match)
{
-@@ -424,19 +269,20 @@
+@@ -427,19 +272,20 @@
printf(" ");
}