diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-07 09:07:27 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-07 09:07:27 +0200 |
commit | 6f75d5460b12d6f57b3671d71d889747da0074cc (patch) | |
tree | fbd83a1ac25d1c5294cdde04de78da6ca816eaf5 /doc/manual.html | |
parent | 5674b8ef46ad0ec7c3c795f7981b6fd2d0b8330e (diff) | |
download | rsyslog-6f75d5460b12d6f57b3671d71d889747da0074cc.tar.gz rsyslog-6f75d5460b12d6f57b3671d71d889747da0074cc.tar.bz2 rsyslog-6f75d5460b12d6f57b3671d71d889747da0074cc.zip |
bugfix: IPv6 addresses could not be specified in forwarding actionv2.0.6
New syntax @[addr]:port introduced to enable that. Root problem was IPv6
addresses contain colons. (backport from 3.21.3)
Diffstat (limited to 'doc/manual.html')
-rw-r--r-- | doc/manual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.html b/doc/manual.html index 2e030ab5..ce874fce 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -31,7 +31,7 @@ relay chains while at the same time being very easy to setup for the novice user. And as we know what enterprise users really need, there is also <a href="professional_support.html">professional rsyslog support</a> available directly from the source!</p> -<p><b>This documentation is for version 2.0.5 of rsyslog.</b> +<p><b>This documentation is for version 2.0.6 of rsyslog.</b> Visit the <i> <a href="http://www.rsyslog.com/doc-status.html">rsyslog status page</a></i></b> to obtain current version information and project status.</p> |