summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/011-recent-add-reap.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-23 20:02:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-23 20:02:23 +0000
commit14ed3f0f22f34b337bb58b2a5fd09e887df3331f (patch)
tree75a7abc84328ccb2abba3518da69f2792b94b3a7 /package/network/utils/iptables/patches/011-recent-add-reap.patch
parentba6c8bd6142f5147e74efdc606ed537bf5a12145 (diff)
downloadmaster-31e0f0ae-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.tar.gz
master-31e0f0ae-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.tar.bz2
master-31e0f0ae-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.zip
iptables: add some musl portability fixes
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34313
Diffstat (limited to 'package/network/utils/iptables/patches/011-recent-add-reap.patch')
-rw-r--r--package/network/utils/iptables/patches/011-recent-add-reap.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iptables/patches/011-recent-add-reap.patch b/package/network/utils/iptables/patches/011-recent-add-reap.patch
index 275265b99d..6a2923feca 100644
--- a/package/network/utils/iptables/patches/011-recent-add-reap.patch
+++ b/package/network/utils/iptables/patches/011-recent-add-reap.patch
@@ -79,7 +79,7 @@ Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
}
static void recent_save(const void *ip, const struct xt_entry_match *match)
-@@ -211,6 +229,8 @@ static void recent_save(const void *ip,
+@@ -211,6 +229,8 @@ static void recent_save(const void *ip,
printf("--rsource ");
if (info->side == XT_RECENT_DEST)
printf("--rdest ");
@@ -90,7 +90,7 @@ Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
static struct xtables_match recent_mt_reg = {
--- a/extensions/libxt_recent.man
+++ b/extensions/libxt_recent.man
-@@ -41,6 +41,11 @@ This option must be used in conjunction
+@@ -41,6 +41,11 @@ This option must be used in conjunction
\fB\-\-update\fP. When used, this will narrow the match to only happen when the
address is in the list and was seen within the last given number of seconds.
.TP