Displaying 1 result from an estimated 1 matches for "openvpnas".
Did you mean:
openvpn's
2017 Jan 12
0
[Bug 1111] New: extensions: libxt_hashlimit: fix print_rate.
...rter: prahal at yahoo.com
Created attachment 490
--> https://bugzilla.netfilter.org/attachment.cgi?id=490&action=edit
use uint64 modifier to print rate
This fixes iptables outputs 10/(null) instead of 10/sec as upto limit.
xt_hashlimit is already tagged C99.
A side effect is to get back openvpnas hooks when hashlimit upto is used.
This was tested (both breakage and fix) with iptables 1.6.0+snapshot20161117
from debian sid and testing.
NB: there are other similar printf placeholders that would benefit from the
same fix in libxt_hashlimit, but they are less critical (error reporting).
I am...