commit | 8b8fd56ca56d20931928154ea18f62a5198fb490 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 18 11:12:27 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 18 15:30:54 2013 +0100 |
tree | 34b9761a02ee166421a1097d7755fdbc98ef21bb | |
parent | ab012dd394d596f022c0d16f3584d5f61ffcf10e [diff] |
BUG/MEDIUM: config: verbosely reject peers sections with multiple local peers If a peers section contains several instances of the local peer name, only the first one was considered and the next ones were silently ignored. This can cause some trouble to debug such a configuration. Now the extra entries are rejected with an error message indicating where the first occurrence was found.