diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-14 12:47:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-14 12:47:04 +0200 |
commit | e7deab65dcad38a613c749e44e36c6c795000867 (patch) | |
tree | 5316a4237d82cb05b548f4c1b39580f81299ac9f /doc/omrelp.html | |
parent | 4195f9cb08cddaeae37dc88c5e879d84391b4359 (diff) | |
download | rsyslog-e7deab65dcad38a613c749e44e36c6c795000867.tar.gz rsyslog-e7deab65dcad38a613c749e44e36c6c795000867.tar.bz2 rsyslog-e7deab65dcad38a613c749e44e36c6c795000867.zip |
bugfix: IPv6-address could not be specified in omrelp
this was due to improper parsing of ":"
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250
Diffstat (limited to 'doc/omrelp.html')
-rw-r--r-- | doc/omrelp.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/omrelp.html b/doc/omrelp.html index b3132d78..22e6845f 100644 --- a/doc/omrelp.html +++ b/doc/omrelp.html @@ -44,6 +44,7 @@ special "RSYSLOG_ForwardFormat" (case sensitive!) template is used.<br> # port 2514 *.* :omrelp:centralserv:2514;RSYSLOG_ForwardFormat </textarea> +Note: to use IPv6 addresses, encode them in [::1] format. <p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> <p><font size="2">This documentation is part of the |