search for: ewmalog

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

2011 Jun 15
2
[Bug 724] New: Iptables doesn't delete rules matching if target is RATEEST - patch attached
...imo at mmmm.it Estimated Hours: 0.0 In latest version of iptables (1.4.11.1) I can't delete a rule by matching it if the target of the rule is RATEEST. Copy-paste from terminal: #iptables -t mangle -A PREROUTING -i eth0 -j RATEEST --rateest-name somename --rateest-interval 250ms --rateest-ewmalog 4s #iptables -t mangle -D PREROUTING -i eth0 -j RATEEST --rateest-name somename --rateest-interval 250ms --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...