Let the config parser accept unquoted IPv6 addresses.
authorSebastian Harl <sh@tokkee.org>
Sat, 23 Nov 2013 12:55:32 +0000 (13:55 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Sun, 26 Oct 2014 18:37:34 +0000 (19:37 +0100)
commit890ae0c974f1ac310eaea45bf8c05a917949169c
tree1842531e4b1cb0da3d6451b91b86370a425f9b44
parent7cea19815ba24735e91dde1c08a889960b299b62
Let the config parser accept unquoted IPv6 addresses.

The parser supports raw IPv6 addresses, optional address and port (as
[<addr>]:<port>), and embedded IPv4 addresses.

Based on "Common Patterns" found in the flex manual.
src/liboconfig/scanner.l