]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Check uniqness of SPOE engine names during config parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 19 Sep 2017 09:08:28 +0000 (11:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commit7ee8667c999e2c2a3c0341ecbff1c98cb0b913a2
tree36fe813ca729a8215b949127426df9480423c73a
parent57583e474e3ee73d960403f2515437b6349ab7f1
MINOR: spoe: Check uniqness of SPOE engine names during config parsing

The engine name is now kept in "spoe_config" struture. Because a SPOE filter can
be declared without engine name, we use the SPOE agent name by default. Then,
its uniqness is checked against all others SPOE engines configured for the same
proxy.

  * TODO: Add documentation
doc/SPOE.txt
include/types/spoe.h
src/flt_spoe.c