]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: haterm: add long options for QUIC and TCP "bind" settings
authorFrederic Lecaille <flecaille@haproxy.com>
Fri, 20 Feb 2026 11:00:34 +0000 (12:00 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 20 Feb 2026 11:00:34 +0000 (12:00 +0100)
commit92581043fb30315f5f28ceda2c3b3a3ac5a75263
tree5cbc4f830fcd9947992bf58e421005e25c2907e8
parent8927426f78f92ed15cd15ce6c7579f9a7e36bdad
MINOR: haterm: add long options for QUIC and TCP "bind" settings

Add the --quic-bind-opts and --tcp-bind-opts long options to append
settings to all QUIC and TCP bind lines. This requires modifying the argv
parser to first process these new options, ensuring they are available
during the second argv pass to be added to each relevant "bind" line.
doc/haterm.txt
src/haterm_init.c