]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] distinguish between frontend, backend, ruleset and listen
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Dec 2006 13:19:17 +0000 (14:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Dec 2006 13:19:17 +0000 (14:19 +0100)
commit977b8e41ba077cc2085af88e6c3b5f9645bb9488
treeb37e18eb10a660590a069c7ff470bb5a49912c86
parent86034318226029458c51d26a06e96e084e402f72
[MAJOR] distinguish between frontend, backend, ruleset and listen

The notion of capabilities has been added to the proxy so that we
know whether a proxy supports frontend, backend, or rulesets. Given
this, some parameters are optionnal, some are ignored with a warning
and others are forbidden. It is now possible to write valid two level
configs without binding to dummy address/ports.
include/types/proxy.h
src/cfgparse.c
src/proxy.c