[syslog-ng] udp6 source declaration causes syslog+tls to fail

Jan Schaumann jschauma at netmeister.org
Tue Nov 17 21:26:59 CET 2009


Jan Schaumann <jschauma at netmeister.org> wrote:
 
> I'm seeing what appears to be an odd interaction between the declaration
> of an udp6 source and trying to forward messages via tls to another
> host.

I opened Bug 61 for this:
https://bugzilla.balabit.com/show_bug.cgi?id=61

I found out that changing the order of the udp source declarations will
work around the problem for me.

That is,

source s_udp {
	udp();
	udp6();
};

will fail, but

source s_udp {
	udp6();
	udp();
};

will work.

-Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://lists.balabit.hu/pipermail/syslog-ng/attachments/20091117/804cf8f6/attachment.pgp 


More information about the syslog-ng mailing list