ipv6 address support
Bug #417293 reported by
Benda Xu
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AWFFull |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I have noticed that my apache and proftpd are logging with
ipv6 address, like ::ffff:
will not recognize them, complaining "no regular expression matched".
e.g. a line of proftpd logged xferlog file:
Sat Aug 22 09:03:43 2009 19 ::ffff:
To post a comment you must log in.
Thinking aloud here:
* Should be a simple addition to the complex regex used, such that it can distinguish between ip4 and ip6.
* Unsure of performance impact by doing same; so one to test.If bad; a new regex added just for ipv6 is wise.
* Also check impact on geoip lookups.