]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: add DeviceAtlas global keywords
authorDavid Carlier <dcarlier@afilias.info>
Mon, 1 Jun 2015 11:50:06 +0000 (13:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 11:24:44 +0000 (13:24 +0200)
commit8167f30661a012037aab2e097894701351e832a0
tree5771f0aa388e8e3d60e8ab5b16941ac69e9839d5
parentd3a341a96fb6107d2b8e3d7a9c0afa2ff43bb0b6
MEDIUM: config: add DeviceAtlas global keywords

This diff is for the DeviceAtlas convertor.

This patch adds the following converters :
  deviceatlas-json-file
  deviceatlas-log-level
  deviceatlas-property-separator

First, the configuration keywords handling (only the log
level configuration part does not end the haproxy process
if it is wrongly set, it fallbacks to the default level).
Furthermore, init, deinit phases and the API lookup phase,
the da_haproxy function which is fed by the input provided
and set all necessary properties chosen via the configuration
to the output, separated by the separator.
doc/configuration.txt
include/import/da.h [new file with mode: 0644]
src/da.c [new file with mode: 0644]