From 33b204a2ee04a4059d633b004b9b1343c545cc08 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 26 Jul 2015 18:25:42 -0400 Subject: [PATCH] DOC: Changelog for iptables -w change --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index de3de7f1..61992e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,13 @@ ver. 0.9.3 (2015/XX/XXX) - wanna-be-released - IMPORTANT incompatible changes: * filter.d/roundcube-auth.conf - Changed logpath to 'errors' log (was 'userlogins') + * action.d/iptables-common.conf + - All calls to iptables command now use -w switch introduced in + iptables 1.4.20 (some distribution could have patched their + earlier base version as well) to provide this locking mechanism + useful under heavy load to avoid contesting on iptables calls. + If you need to disable, define 'action.d/iptables-common.local' + with empty value for 'lockingopt' in `[Init]` section. - Fixes: * reload in interactive mode appends all the jails twice (gh-825)