]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: listener: add a minimal framework to register "bind" keyword options
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2012 21:17:10 +0000 (23:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Sep 2012 20:33:08 +0000 (22:33 +0200)
commit269826659d4cbb161cd11160dc14a3d7ffb4ed35
tree4f408d5c7c9d819202ba484f197f25930ef424aa
parent88500de69edcaf70ea552cd06e0110ff79f68285
MEDIUM: listener: add a minimal framework to register "bind" keyword options

With the arrival of SSL, the "bind" keyword has received even more options,
all of which are processed in cfgparse in a cumbersome way. So it's time to
let modules register their own bind options. This is done very similarly to
the ACLs with a small difference in that we make the difference between an
unknown option and a known, unimplemented option.
include/proto/listener.h
include/types/listener.h
src/cfgparse.c
src/listener.c