diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-08 12:56:46 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-08 12:56:46 +0000 |
commit | 45ab1a31628006af6a1fc5b45c39f64b9a699949 (patch) | |
tree | fea9a9278bb88761cde45827f1ff6ce1adad9ad3 /package/iptables/patches/010-multiport-linux-2.4-compat.patch | |
parent | fa3c5ac38aed85b86cdf159e59524d5fcb3f70fc (diff) | |
download | mtk-20170518-45ab1a31628006af6a1fc5b45c39f64b9a699949.zip mtk-20170518-45ab1a31628006af6a1fc5b45c39f64b9a699949.tar.gz mtk-20170518-45ab1a31628006af6a1fc5b45c39f64b9a699949.tar.bz2 |
package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369)
SVN-Revision: 24345
Diffstat (limited to 'package/iptables/patches/010-multiport-linux-2.4-compat.patch')
-rw-r--r-- | package/iptables/patches/010-multiport-linux-2.4-compat.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/iptables/patches/010-multiport-linux-2.4-compat.patch b/package/iptables/patches/010-multiport-linux-2.4-compat.patch index e87dfc1..3b35f7e 100644 --- a/package/iptables/patches/010-multiport-linux-2.4-compat.patch +++ b/package/iptables/patches/010-multiport-linux-2.4-compat.patch @@ -1,6 +1,6 @@ --- a/extensions/libxt_multiport.c +++ b/extensions/libxt_multiport.c -@@ -14,21 +14,6 @@ +@@ -15,21 +15,6 @@ #include <linux/netfilter/xt_multiport.h> /* Function which prints out usage message. */ @@ -22,7 +22,7 @@ static void multiport_help_v1(void) { printf( -@@ -71,26 +56,6 @@ proto_to_name(u_int8_t proto) +@@ -72,26 +57,6 @@ proto_to_name(u_int8_t proto) } } @@ -49,7 +49,7 @@ static void parse_multi_ports_v1(const char *portstring, struct xt_multiport_v1 *multiinfo, -@@ -154,73 +119,6 @@ check_proto(u_int16_t pnum, u_int8_t inv +@@ -155,73 +120,6 @@ check_proto(u_int16_t pnum, u_int8_t inv /* Function which parses command options; returns true if it ate an option */ static int @@ -123,7 +123,7 @@ __multiport_parse_v1(int c, char **argv, int invert, unsigned int *flags, struct xt_entry_match **match, u_int16_t pnum, u_int8_t invflags) -@@ -313,55 +211,6 @@ print_port(u_int16_t port, u_int8_t prot +@@ -314,55 +212,6 @@ print_port(u_int16_t port, u_int8_t prot } /* Prints out the matchinfo. */ @@ -179,7 +179,7 @@ static void __multiport_print_v1(const struct xt_entry_match *match, int numeric, u_int16_t proto) { -@@ -418,48 +267,6 @@ static void multiport_print6_v1(const vo +@@ -419,48 +268,6 @@ static void multiport_print6_v1(const vo } /* Saves the union ipt_matchinfo in parsable form to stdout. */ @@ -228,7 +228,7 @@ static void __multiport_save_v1(const struct xt_entry_match *match, u_int16_t proto) { -@@ -513,34 +320,6 @@ static struct xtables_match multiport_mt +@@ -514,34 +321,6 @@ static struct xtables_match multiport_mt { .family = NFPROTO_IPV4, .name = "multiport", |