summaryrefslogtreecommitdiff
path: root/package/iptables/patches/010-multiport-linux-2.4-compat.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-26 14:28:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-26 14:28:40 +0000
commitd6fb9649de2e83d0484885af70553d9c46b1c3d5 (patch)
treeebd858d0ecc47667acbe37fcc80d319b3876b1e7 /package/iptables/patches/010-multiport-linux-2.4-compat.patch
parent22d0b13b78cec4522b9b7ad2cfaaf61a6d45444f (diff)
downloadmtk-20170518-d6fb9649de2e83d0484885af70553d9c46b1c3d5.zip
mtk-20170518-d6fb9649de2e83d0484885af70553d9c46b1c3d5.tar.gz
mtk-20170518-d6fb9649de2e83d0484885af70553d9c46b1c3d5.tar.bz2
package/iptables: refresh patches
SVN-Revision: 20465
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.patch10
1 files changed, 5 insertions, 5 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 7233d3a..e87dfc1 100644
--- a/package/iptables/patches/010-multiport-linux-2.4-compat.patch
+++ b/package/iptables/patches/010-multiport-linux-2.4-compat.patch
@@ -22,7 +22,7 @@
static void multiport_help_v1(void)
{
printf(
-@@ -71,26 +56,6 @@
+@@ -71,26 +56,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 @@
+@@ -154,73 +119,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 @@
+@@ -313,55 +211,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 @@
+@@ -418,48 +267,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 @@
+@@ -513,34 +320,6 @@ static struct xtables_match multiport_mt
{
.family = NFPROTO_IPV4,
.name = "multiport",