summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-02 14:33:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-02 14:33:47 +0000
commit7dd5e863ed00659994172831739e7eb3ef1e4b3f (patch)
tree7541b499593f23e5c6acdef7e97a32f37ff1e896
parente26e311225f854dc2d6e0211187a15d95437d567 (diff)
downloadrsyslog-7dd5e863ed00659994172831739e7eb3ef1e4b3f.tar.gz
rsyslog-7dd5e863ed00659994172831739e7eb3ef1e4b3f.tar.xz
rsyslog-7dd5e863ed00659994172831739e7eb3ef1e4b3f.zip
added more doc on IPv6 specifics
-rw-r--r--AUTHORS2
-rw-r--r--doc/bugs.html2
-rw-r--r--doc/manual.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 3a442127..cd21117f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>