mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 07:20:41 +01:00
Merge branch 'beta'
Conflicts: doc/rsyslog_conf.html
This commit is contained in:
commit
0a7f964436
@ -199,6 +199,7 @@ Version 3.19.0 (rgerhards), 2008-05-06
|
||||
- -c option no longer must be the first option - thanks to varmjofekoj
|
||||
for the patch
|
||||
Version 3.18.2 (rgerhards), 2008-07-??
|
||||
- merged in IPv6 forwarding address bugfix from v2-stable
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.18.1 (rgerhards), 2008-07-21
|
||||
- bugfix: potential segfault in creating message mutex in non-direct queue
|
||||
@ -800,6 +801,11 @@ Version 3.10.0 (rgerhards), 2008-01-07
|
||||
- much cleaner code due to new objects and removal of single-threading
|
||||
mode
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.0.6 V2-STABLE (rgerhards), 2008-08-07
|
||||
- bugfix: IPv6 addresses could not be specified in forwarding actions
|
||||
New syntax @[addr]:port introduced to enable that. Root problem was IPv6
|
||||
addresses contain colons. (backport from 3.21.3)
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.0.5 STABLE (rgerhards), 2008-05-15
|
||||
- bugfix: regular expressions inside property replacer did not work
|
||||
properly
|
||||
|
||||
@ -873,7 +873,7 @@ machine 192.168.0.1, the destination port defaults to 514. Messages
|
||||
will not be compressed.</p>
|
||||
<p>Note that IPv6 addresses contain colons. So if an IPv6 address is specified
|
||||
in the hostname part, rsyslogd could not detect where the IP address ends
|
||||
and where the port starts. Since rsyslog 3.21.3 there is a syntax extension to support this:
|
||||
and where the port starts. There is a syntax extension to support this:
|
||||
put squary brackets around the address (e.g. "[2001::1]"). Square
|
||||
brackets also work with real host names and IPv4 addresses, too.
|
||||
<p>A valid sample to send messages to the IPv6 host 2001::1 at port 515
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user