]> git.kaiwu.me - haproxy.git/commit
MEDIUM: cli/show-fd: no longer accept filtering for dispatch mode
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Jun 2026 08:53:51 +0000 (10:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Jun 2026 08:53:51 +0000 (10:53 +0200)
commit848668c7ace2d94706aaff40b159c872beba1c21
tree991ccb51010d8389dfd04523ccd94973d3db2937
parentbe8159248fcfc5064baf9deaaf6f294bc48dfda7
MEDIUM: cli/show-fd: no longer accept filtering for dispatch mode

"show fd" supports various flags, one of which is 'd' for "dispatch",
which also catches "transparent", in fact, connections whose target is
a proxy. Since these can no longer happen, let's remove that. The 'b'
and 's' flags are now aliases of each other for simplicity.
doc/management.txt
src/cli.c