Re: AW: acl using fc_dst_port not working

2023-03-10 Thread Aurelien DARRAGON
You're welcome! The same bug was also found in the smp_fetch_dst_is_local() function (fc_dst_is_local sample fetch). Attached is the patch that addresses the 2 bugs, it will probably be included in the next batch of releases. 2.5 and 2.7 are also affected > Unfortunately, this option doesn't

AW: acl using fc_dst_port not working

2023-03-10 Thread Corin Langosch
Hello Aurelien, thank you very much for your reply! Indeed, there is a bug in the function smp_fetch_dport(): conn_get_src() is used where conn_get_dst() should be used instead. Thank you for fixing it!  Thank you for telling us, I'm working on the patch Meanwhile, maybe "dst_port" could work as

Re: acl using fc_dst_port not working

2023-03-10 Thread Aurelien DARRAGON
Hi, > During my tests I can see in the logs that fc_dst_port is 8080. However, > the ACL isn't set to true. If I try the same with "acl test > fc_dst 127.0.0.2" it works as expected. However, this is not what I > need. I also tried different matchers like "acl test fc_dst_port -m int > 8080",

Re: [PATCH 1/1] DOC/CLEANUP: fix typos

2023-03-10 Thread Willy Tarreau
Hi Michael, On Fri, Dec 09, 2022 at 12:28:46PM +0100, Michael Prokop wrote: > s/algorithmm/algorithm/ > s/an other/another/ > s/certicates/certificates/ > s/exemples/examples/ > s/informations/information/ > s/optionnal/optional/ (...) sorry, this seems to have slipped through the cracks. Now

[ANNOUNCE] haproxy-2.8-dev5

2023-03-10 Thread Willy Tarreau
Hi, HAProxy 2.8-dev5 was released on 2023/03/10. It added 199 new commits after version 2.8-dev4. This version got a bit delayed due to spending a full week on a difficult concurrency bug that was introduced during the 2.5 development cycle and that can definitely explain some of the occasional

[ANNOUNCE] haproxy-2.6.10

2023-03-10 Thread Willy Tarreau
Hi, HAProxy 2.6.10 was released on 2023/03/10. It added 78 new commits after version 2.6.9. A bit more than half of the commits are HTTP3/QUIC fixes. However, as indicated in the 2.8-dev5 announce, a concurrency bug introduced in 2.5 was fixed in this version, that may cause freezes and crashes

[ANNOUNCE] haproxy-2.7.4

2023-03-10 Thread Willy Tarreau
Hi, HAProxy 2.7.4 was released on 2023/03/10. It added 110 new commits after version 2.7.3. The vast majority of the commits are HTTP3/QUIC updates. However, as indicated in the 2.8-dev5 announce, a concurrency bug introduced in 2.5 was fixed in this version, that may cause freezes and crashes