commit | 9a60ff9cb60cb11fbf6db932dcfbc3fe810212d8 | [log] [tgz] |
---|---|---|
author | Cyril Bonté <cyril.bonte@free.fr> | Sun Feb 16 01:07:07 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Feb 16 08:14:16 2014 +0100 |
tree | c1c2ad899e54e5c8f1dc85109cb4a3c240a479e2 | |
parent | 84310e2e731dbb6592cc063ae1c42ffc6b5f6e08 [diff] |
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.