commit | f2ebcb47cbf2af36236fde807c0c21a22d7c1e79 | [log] [tgz] |
---|---|---|
author | Lukas Tribus <luky-37@hotmail.com> | Wed May 25 22:15:11 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 25 22:39:37 2016 +0200 |
tree | 17d4b04077fe4eef2c6c857668b8e76fb0d697a4 | |
parent | 2d17db589b1d6cf373e7117792e3485cd3a3560b [diff] |
BUG/MEDIUM: dns: unbreak DNS resolver after header fix DNS requests (using the internal resolver) are corrupted since commit e2f84977165a ("BUG/MINOR: dns: fix DNS header definition"). Fix it by defining the struct in network byte order, while complying with RFC 2535, section 6.1. First reported by Eduard Vopicka on discourse. This must be backported to 1.6 (1.6.5 is affected).