commit | 28e9d06201a513c7a54d0feb7625849f776c6128 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 09 22:47:50 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 10 01:26:37 2014 +0200 |
tree | 0db81308522c888caebcc679c8bd8b3b4fa33793 | |
parent | acf3bf94d03e5e27c51859c1ea91c943ed5de2be [diff] |
BUG/MINOR: backend: only match IPv4 addresses with RDP cookies The RDP cookie extractor compares the 32-bit address from the request to the address of each server in the farm without first checking that the server's address is IPv4. This is a leftover from the IPv4 to IPv6 conversion. It's harmless as it's unlikely that IPv4 and IPv6 servers will be mixed in an RDP farm, but better fix it. This patch does not need to be backported.