]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: mark CHECKS-FE dummy frontend as internal
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 9 Apr 2025 19:40:44 +0000 (21:40 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 10 Apr 2025 20:10:31 +0000 (22:10 +0200)
commit5087048b6d2625802e926f3923baa932a285479e
treeb0e5a3ed471bf0aedae839cf9d75369634b450be
parente1cec655eeaca8ca8d27b3b2296e2c993e1bca97
MINOR: checks: mark CHECKS-FE dummy frontend as internal

CHECKS-FE frontend is a dummy frontend used to create checks sessions
as such, it is internal and should not be exposed to the user.
Better mark it as internal using PR_CAP_INT capability to prevent
proxy API from ever exposing it.
src/check.c