summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-10 18:29:40 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-10 18:29:40 +0100
commit50a94aa1c72ba8aab5443ecc04b51190da0df513 (patch)
tree91cf4bf30f8419195d9c2a66cafa462124a76038 /doc
parent68301c98db00dc1b6bc7e09c5f5e47286a16ab95 (diff)
downloadrsyslog-50a94aa1c72ba8aab5443ecc04b51190da0df513.tar.gz
rsyslog-50a94aa1c72ba8aab5443ecc04b51190da0df513.tar.xz
rsyslog-50a94aa1c72ba8aab5443ecc04b51190da0df513.zip
added capability to use a local interface IP address as fromhost-ip for imklog
Diffstat (limited to 'doc')
-rw-r--r--doc/imklog.html5
-rw-r--r--doc/imuxsock.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/imklog.html b/doc/imklog.html
index f273753f..2e3b3bc2 100644
--- a/doc/imklog.html
+++ b/doc/imklog.html
@@ -36,6 +36,11 @@ processing.<span style="font-weight: bold;"></span></li>
<li><span style="font-weight: bold;"></span>$DebugPrintKernelSymbols
[on/<b>off</b>]<br>
Linux only, ignored on other platforms (but may be specified)</li>
+<li><b>$klogLocalIPIF</b> [interface name] - (available since 5.9.6) - if provided, the IP of the specified
+interface (e.g. "eth0") shall be used as fromhost-ip for imklog-originating messages.
+If this directive is not given OR the interface cannot be found (or has no IP address),
+the default of "127.0.0.1" is used.
+</li>
<li>$klogSymbolLookup [on/<b>off</b>] --
disables imklog kernel symbol translation (former klogd -x option). NOTE that
this option is counter-productive on recent kernels (>= 2.6) because the
diff --git a/doc/imuxsock.html b/doc/imuxsock.html
index 1b79dd0d..f54b5564 100644
--- a/doc/imuxsock.html
+++ b/doc/imuxsock.html
@@ -64,7 +64,7 @@ burst in number of messages. Default is 200.
<li><b>$IMUXSockRateLimitSeverity</b> [numerical severity] - specifies the severity of
messages that shall be rate-limited.
</li>
-<li><b>$IMUXSockLocalIPIF</b> [interface name] - if provided, the IP of the specified
+<li><b>$IMUXSockLocalIPIF</b> [interface name] - (available since 5.9.6) - if provided, the IP of the specified
interface (e.g. "eth0") shall be used as fromhost-ip for imuxsock-originating messages.
If this directive is not given OR the interface cannot be found (or has no IP address),
the default of "127.0.0.1" is used.