commit | 530ba38a706ed640e43eb44abe5578c7a5826d5d | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Tue Jun 02 11:17:42 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 02 16:25:19 2020 +0200 |
tree | cae0bf51bb9e840289868d44df48cded911e492a | |
parent | 570a22b11bf55e578d07f70bf2146901d8f35d70 [diff] |
BUG/MINOR: peers: fix internal/network key type mapping. Network types were directly and mistakenly mapped on sample types: This patch fix the doc with values effectively used to keep backward compatiblitiy on existing implementations. In addition it adds an internal/network mapping for key types to avoid further mistakes adding or modifying internals types. This patch should be backported on all maintained branches, particularly until v1.8 included for documentation part.