]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: peers: fix key consistency for integer stick tables
authorCyril Bonté <cyril.bonte@free.fr>
Sun, 16 Feb 2014 00:07:07 +0000 (01:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Feb 2014 07:14:16 +0000 (08:14 +0100)
commit9a60ff9cb60cb11fbf6db932dcfbc3fe810212d8
treec1c2ad899e54e5c8f1dc85109cb4a3c240a479e2
parent84310e2e731dbb6592cc063ae1c42ffc6b5f6e08
BUG/MEDIUM: peers: fix key consistency for integer stick tables

Peers with integer stick tables are breaking the keys received. This is due to
the fact that the sender converts the key with htonl() but the receiver doesn't
convert the value back to its original format.

Peers appeared in haproxy-1.5, no backport is needed.
src/peers.c