commit | a315c5534eeebaf33f0a5a0e1fa4a37b50d761ab | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Mon Nov 02 22:55:49 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 03 09:56:29 2015 +0100 |
tree | 3f349fb2faccf03a589d32eaf0799d7d0a3c572f | |
parent | 5ac425ca489831fbea2a95b8c7e420ee7a5f8560 [diff] |
BUG/MINOR: dns: check for duplicate nameserver id in a resolvers section was missing Current resolvers section parsing function is permissive on nameserver id and two nameservers may have the same id. It's a shame, since we don't know for example, whose statistics belong to which nameserver... From now, configuration with duplicated nameserver id in a resolvers section are considered as broken and returns a fatal error when parsing.