commit | 53fb4ae261b6e0e33e618f5cabbacc1657c19cc5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 04 23:04:08 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 04 23:04:08 2009 +0200 |
tree | 3fe60c8cfd3a4d02fe5aebc09a68a022b757bea6 | |
parent | 482b00d1b46337f2f22de47dca5032e31e88976f [diff] |
[MEDIUM] config: automatically find unused IDs for proxies, servers and listeners Until now it was required that every custom ID was above 1000 in order to avoid conflicts. Now we have the list of all assigned IDs and can automatically pick the first unused one. This means that it is perfectly possible to interleave automatic IDs with persistent IDs and the parser will automatically allocate unused values starting with 1.