]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: global: Fix tune.disable-(fast-forward/zero-copy-forwarding) options
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Nov 2023 08:23:04 +0000 (09:23 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Nov 2023 08:33:56 +0000 (09:33 +0100)
commit671e07617c1a3a9b8fd6310c522d0125c27e3216
tree062eb9f60d0c328727aeeed29804adde0db7734b
parent2fb1776f5c775dd07dfd56833db06922e5b3b7e5
BUG/MINOR: global: Fix tune.disable-(fast-forward/zero-copy-forwarding) options

These options were not properly handled during configration parsing. A wrong
bitwise operation was used.

No backport needed.
src/cfgparse-global.c