diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | doc/bugs.html | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -8,3 +8,5 @@ Andres Riancho (andres-dot-riancho-at-gmail-dot-com) thanks! Bjoern Kalkbrenner - provided code for the "execute shell script" action +Peter Vrabec + - provided IPv6-enabling code diff --git a/doc/bugs.html b/doc/bugs.html index adb37928..b441d583 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -14,8 +14,6 @@ here.</p> <p>This list has last been updated on 2007-06-28 by <a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>.</p> <h1>rsyslogd</h1> -<h2>IPv6</h2> -<p>IPv6 is currently supported for UDP, only. TCP support is to follow.</p> <h2>AllowedSender and IPv6</h2> <p>AllowedSenders currently can be used with IPv4, only. IPv6 senders are always allowed. If you need access control for IPv6, use iptables. AllowedSender diff --git a/doc/manual.html b/doc/manual.html index f3bb40cb..5fc3e387 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -25,7 +25,7 @@ helps. Learn <a href="how2help.html">how to help the rsyslog project</a>.</p> <li><a href="bugs.html">rsyslog bug list</a><li><a href="rsyslog_packages.html">
rsyslog packages</a><li><a href="generic_design.html">backgrounder on generic
syslog application design</a></ul>
<p><b>We have some in-depth papers on</b></p>
<ul>
- <li><a href="install.html">installing rsyslog</a></li>
+ <li><a href="install.html">installing rsyslog</a></li>
<li><a href="ipv6.html">rsyslog and IPv6</a> (which is fully supported)</li>
<li><a href="rsyslog_stunnel.html">ssl-encrypting syslog with stunnel</a></li>
<li><a href="rsyslog_mysql.html">writing syslog messages to MySQL</a></li>
<li><a href="rsyslog_php_syslog_ng.html">using php-syslog-ng with rsyslog</a></li>
<li><a href="rsyslog_recording_pri.html">recording the syslog priority
(severity and facility) to the log file</a></li>
|