diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | doc/impstats.html | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,6 @@ --------------------------------------------------------------------------- Version 7.5.6 [devel] 2013-10-?? +- imudp: support for binding to ruleset added - bugfix: running imupd on multiple threads lead to segfault if recvmmsg is available - bugfix: imudp when using recvmmsg could report wrong sender IP diff --git a/doc/impstats.html b/doc/impstats.html index 84b4696b..3b206941 100644 --- a/doc/impstats.html +++ b/doc/impstats.html @@ -80,6 +80,8 @@ settings, this impact may be noticeable (for high-load environments). on file logging does NOT turn of syslog logging. If that is desired log.syslog="off" must be explicitely set. <br></li> + <li><b>Ruleset</b> [ruleset] - available since 7.5.6<br> + Binds the listener to a specific <a href="multi_ruleset.html">ruleset</a>.</li> </ul> <p><b>Legacx Configuration Directives</b>:</p> |