commit | 7d56c6d3479edd3791410b4c38bda0757088fc87 | [log] [tgz] |
---|---|---|
author | Lukas Tribus <luky-37@hotmail.com> | Tue Sep 13 09:51:15 2016 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 13 15:22:54 2016 +0200 |
tree | 839808ae0631d568a41dc38412fe9c8a81d48b0d | |
parent | a0bcbdcb04d52c3ca71045f90aac33d9dd7965bf [diff] |
MINOR: enable IP_BIND_ADDRESS_NO_PORT on backend connections Enable IP_BIND_ADDRESS_NO_PORT on backend connections when the source address is specified without port or port ranges. This is supported since Linux 4.2/libc 2.23. If the kernel supports it but the libc doesn't, we can define it at build time: make [...] DEFINE=-DIP_BIND_ADDRESS_NO_PORT=24 For more informations about this feature, see Linux commit 90c337da