Displaying 4 results from an estimated 4 matches for "libxt_rateest".
2011 Jun 15
2
[Bug 724] New: Iptables doesn't delete rules matching if target is RATEEST - patch attached
...nterval;
__u8 ewma_log;
/* Used internally by the kernel */
struct xt_rateest *est __attribute__((aligned(8)));
};
but in struct xtables_target .size and .userspacesize are equals.
Simply correcting this solved the problem.
Here is the diff:
--- iptables-1.4.11.1/extensions/libxt_RATEEST.c 2011-06-08
15:26:17.000000000 +0200
+++ iptables-1.4.11.1-patched/extensions/libxt_RATEEST.c 2011-06-15
02:27:17.021704678 +0200
@@ -197,7 +197,7 @@
.name = "RATEEST",
.version = XTABLES_VERSION,
.size = XT_ALIGN(sizeof(st...
2012 May 26
0
[ANNOUNCE] iptables 1.4.14 release
...details.
You can download it from:
http://www.netfilter.org/projects/conntrack-tools/downloads.html
ftp://ftp.netfilter.org/pub/conntrack-tools/
Have fun!
-------------- next part --------------
Florian Westphal (3):
ip(6)tables-restore: make sure argv is NULL terminated
extensions: libxt_rateest: output all options in save hook
tests: add rateest match rules
Miguel GAIO (1):
libiptc: fix retry path in TC_INIT
Pablo Neira Ayuso (3):
libxt_CT: add --timeout option
libipt_ULOG: fix --ulog-cprange
Bump version to 1.4.14
2013 May 17
0
[Bug 712] iptables-save does not save correcly rateest bps parameter
...mment #1 from Pablo Neira Ayuso <pablo at netfilter.org> 2013-05-17 19:59:26 CEST ---
Fixed by this commit already available in mainstream:
commit a05910364fa0f2f919dbe0b01bcaba9c3cb127ca
Author: Florian Westphal <fw at strlen.de>
Date: Thu May 17 01:03:08 2012 +0000
extensions: libxt_rateest: output all options in save hook
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
...nit test
extensions: libxt_NFQUEUE: add unit test
extensions: libipt_ttl.t: add unit test
extensions: libxt_pkttype: add unit test
extensions: libxt_CT: add unit test
extensions: libxt_state: add unit test
extensions: libxt_string: add unit test
extensions: libxt_rateest: add unit test
extensions: libxt_nfacct: add unit test
extensions: libxt_mark: add unit test
extensions: libipt_REJECT: add unit test
extensions: libxt_sctp: add unit test
extensions: libxt_NOTRACK: add unit test
extensions: libipt_MASQUERADE: add unit test...