]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: haterm: new "haterm" utility
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 11 Feb 2026 14:11:27 +0000 (15:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Feb 2026 14:45:01 +0000 (15:45 +0100)
commitb007b7aa0413067edc38cbb13eee1942f46d5989
tree32db8ae2bdb6eecbbe2b817a643c5f0cf155968c
parentc9d47804d161d1d649abea4b03255385150029c1
MINOR: haterm: new "haterm" utility

haterm_init.c is added to implement haproxy_init_args() which overloads
the one defined by haproxy.c. This way, haterm program uses its own argv[]
parsing function. It generates its own configuration in memory that is
parsed during boot and executed by the common code.
Makefile
doc/haterm.txt [new file with mode: 0644]
src/haterm.c
src/haterm_init.c [new file with mode: 0644]