On Fri, Mar 20, 2020 at 03:12:46PM +0100, Emeric Brun wrote: > I understood that documented values are: > 0: signed integer > 1: IPv4 address > 2: IPv6 address > 3: string > 4: binary > > and currenty (since 1.6): > 2 = signed int > 4 = IPv4 > 5 = IPv6 > 6 = string > 7 = binary
OK that's indeed enough to fix the doc given that 1.6 is the oldest supported version. > I know an other soft talking peers protocol which is compatible with peers > proto for all haproxy's versions and which uses the new set of values. > It will break this compatibility re-mapping to documented IDs. That's why I > asked. Yes, I didn't have the differences in mind. But that's what I meant by "slightly adjust the doc" :-) > The documented values are not used on any still supported haproxy's version. > So I think it would be better to update the doc with the new ones > and add a mapping to avoid further changes. Yep definitely. Thanks, Willy

