From 88c477db442f35aa26d312751150c120963debd3 Mon Sep 17 00:00:00 2001 From: pavlov Date: Tue, 31 Jul 2007 20:28:55 +0000 Subject: iptables: refresh patches to 1.3.8 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8286 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iptables/patches/004-multiport_v1.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'package/iptables/patches/004-multiport_v1.patch') 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(" "); } -- cgit v1.2.3