]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Sep 2017 08:23:10 +0000 (10:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commit11610f3b5afe52589792383fe8349ff4ea40228a
treeb83814c13a7d1fd1ee190dacd789f1aa03373708
parent7ee8667c999e2c2a3c0341ecbff1c98cb0b913a2
MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file

For now, this section is only parsed. It should have the following format:

    spoe-group <grp-name>
      messages <msg-name> ...

And then SPOE groups must be referenced in spoe-agent section:

    spoe-agnt <name>
        ...
groups <grp-name> ...

The purpose of these groups is to trigger messages sending from TCP or HTTP
rules, directly from HAProxy configuration, and not on specific event. This part
will be added in another patch.

It is important to note that a message belongs at most to a group.
doc/SPOE.txt
include/types/spoe.h
src/flt_spoe.c