8 Apr
2011
8 Apr
'11
2:30 p.m.
Try this: destination ipv6_host { # udp6("fd00:abcd:4321:2:20c:29ff:fea8:9671" port(514)); tcp6("fd00:abcd:4321:2:20c:29ff:fea8:9671" port(514)); }; There is no ip() parameter for tcp/udp destination drivers On 2011-04-08 13:19, Jakub Jankowski wrote:
Friday 08 of April 2011 13:17:09 Arya, Manish Kumar napisał(a):
same error even after putting quotes
destination ipv6_host { # udp6(ip(fd00:abcd:4321:2:20c:29ff:fea8:9671) port(514)); tcp6(ip("fd00:abcd:4321:2:20c:29ff:fea8:9671") port(514)); };
syntax error in /etc/syslog-ng.conf at line 30. Is your syslog-ng built with IPv6 support? You can check that in syslog-ng -V output:
# syslog-ng -V | grep v6 Enable-IPv6: on #
Regards,