summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/004-multiport_v1.patch
diff options
context:
space:
mode:
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-31 20:28:55 +0000
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-31 20:28:55 +0000
commit88c477db442f35aa26d312751150c120963debd3 (patch)
treef3d0e8892eb0937c1b8490e34dcfcb7944d745fc /package/iptables/patches/004-multiport_v1.patch
parenta01d0ced6524de923abf47c760e5e09506f7d3c8 (diff)
iptables: refresh patches to 1.3.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8286 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 46821383e..1acfe2484 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(" ");
}