1
1
Boris Karasev 46e38b9193 regx: fixed the order of hosts for ranges with different prefixes
Example:
For the list of hosts `a01,b00,a00` a regex is generated:
`a[2:1.0],b[2:0]`, where `a`-hosts prefixes moved to the begining,
it breaks the hosts ordering.
This commit fixes regex for that case to `a[2:1],b[2:0],a[2:0]`

Signed-off-by: Boris Karasev <karasev.b@gmail.com>
2019-01-30 15:06:30 +06:00
..
2019-01-04 11:04:13 -07:00
2018-10-06 19:32:37 +00:00
2018-01-25 08:53:43 -08:00
2018-10-14 16:10:20 -07:00
2018-10-14 16:10:20 -07:00
2018-10-06 19:32:37 +00:00
2019-01-02 09:03:13 -08:00
2018-01-10 20:28:21 -08:00
2018-10-17 15:11:38 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00