MINOR: servers: Support alphanumeric characters for the server templates names
authorThierry Fournier <tfournier@premaccess.com>
Mon, 26 Mar 2018 09:54:39 +0000 (11:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Apr 2018 17:16:18 +0000 (19:16 +0200)
commitf7b7c3e2f2d0bdf835a204cbccdff8005292ccaf
tree8ec1805305a5399300bf7de7226398b82e1ccf8a
parent1093a4586c58f3d4eb327c768472990e8b95fd95
MINOR: servers: Support alphanumeric characters for the server templates names

'server-template' directive doesn't support the same name alphabet as
the 'server' directive. This patch allows the usage of chars [0-9].

[wt: let's backport this to 1.8 to apply the principle of least surprize
 to people migrating to server templates]
src/standard.c