commit | 48d02d0d21b7ec85de2a6bbeb85757add52e3dfc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri May 18 14:38:56 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 18 15:06:18 2018 +0200 |
tree | 3df78aa161da701fa69da2a941036ffda35a0d9f | |
parent | 6e0d5e7f67ec7366b386906e7ca6a6d70c82fbc8 [diff] |
BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags A recent fix on the SPOE revealed a mismatch between the SPOE specification and the mod_defender implementation on the way flags are encoded or decoded. They must be exchanged using the network bytes order and not the host one. Be careful though, this patch breaks the compatiblity with HAProxy SPOE before commit c4dcaff3 ("BUG/MEDIUM: spoe: Flags are not encoded in network order").