Russell-IO / php-syslog-ng

Automatically exported from code.google.com/p/php-syslog-ng
1 stars 0 forks source link

Ipv6 host matching fails #169

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.select ipv6 ip-address under host and search
2.
3.

What is the expected output? What do you see instead?
List of log-lines from that host.

What version of the product are you using? On what operating system?
2.9.9 on FreeBSD

Please provide any additional information below.
The regular expression doesn't accept :. Just including this on line 60 of
config.php will fix this. Like this:
 "host"=>"(^([\w_.:%-]+[,;]\s*)*[\w_.:%-]+$)",

Original issue reported on code.google.com by internet...@gmail.com on 4 Jan 2010 at 10:27