]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: peers: fix internal/network key type mapping.
authorEmeric Brun <ebrun@haproxy.com>
Tue, 2 Jun 2020 09:17:42 +0000 (11:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2020 14:25:19 +0000 (16:25 +0200)
commit530ba38a706ed640e43eb44abe5578c7a5826d5d
treecae0bf51bb9e840289868d44df48cded911e492a
parent570a22b11bf55e578d07f70bf2146901d8f35d70
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.
doc/peers-v2.0.txt
src/peers.c