commit | 269826659d4cbb161cd11160dc14a3d7ffb4ed35 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 12 23:17:10 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Sep 15 22:33:08 2012 +0200 |
tree | 4f408d5c7c9d819202ba484f197f25930ef424aa | |
parent | 88500de69edcaf70ea552cd06e0110ff79f68285 [diff] |
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.