search for: ewma_log

Displaying 1 result from an estimated 1 matches for "ewma_log".

2011 Jun 15
2
[Bug 724] New: Iptables doesn't delete rules matching if target is RATEEST - patch attached
...-rateest-ewmalog 4s iptables: No chain/target/match by that name. I saw in comments of the kernel code that the last part of the struct xt_rateest_target_info is used only by kernel: struct xt_rateest_target_info { char name[IFNAMSIZ]; __s8 interval; __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...