FS#17046 - [iptables] RATEEST target doesn't work
Attached to Project:
Arch Linux
Opened by Dmitry (ixaphire) - Saturday, 07 November 2009, 14:20 GMT
Last edited by Ronald van Haren (pressh) - Wednesday, 16 December 2009, 17:21 GMT
Opened by Dmitry (ixaphire) - Saturday, 07 November 2009, 14:20 GMT
Last edited by Ronald van Haren (pressh) - Wednesday, 16 December 2009, 17:21 GMT
|
Details
Description:
libxt_RATEEST.so uses log function, but it is not linked with libm. So, we can't use RATEEST as target in iptables. Additional info: * iptables 1.4.5 is buggy, iptables 1.4.4 is ok. * Patched PKGBUILD attached. Steps to reproduce: sudo iptables -t mangle -A POSTROUTING -o eth0 -j RATEEST --rateest-name eth0 --rateest-interval 250ms --rateest-ewma 0.5s /usr/lib/iptables/libxt_RATEEST.so: /usr/lib/iptables/libxt_RATEEST.so: undefined symbol: log iptables v1.4.5: unknown option `--rateest-name' Try `iptables -h' or 'iptables --help' for more information. |
This task depends upon
Closed by Ronald van Haren (pressh)
Wednesday, 16 December 2009, 17:21 GMT
Reason for closing: Fixed
Additional comments about closing: iptables 1.4.6-1
Wednesday, 16 December 2009, 17:21 GMT
Reason for closing: Fixed
Additional comments about closing: iptables 1.4.6-1
![Link to this comment](../themes/ArchLinux/comment.png)
Maybe it's worth to add your configuration file for checking.