17 Nov
2009
17 Nov
'09
9:26 p.m.
Jan Schaumann <jschauma@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