MINOR: dns: implement extra 'hold' timers.
authorBaptiste Assmann <bedis9@gmail.com>
Wed, 2 Nov 2016 21:23:31 +0000 (22:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 14:30:47 +0000 (15:30 +0100)
commit987e16d6f4b0cc4614cf87f4b849531d32312a2b
treecb250bc807dcb1eec0c8998725a3398953efc4f8
parent8b42848a44391275304c17a6957678d61a48f9d4
MINOR: dns: implement extra 'hold' timers.

This adds new "hold" timers : nx, refused, timeout, other. This timers
will be used to tell HAProxy to keep an erroneous response as valid for
the corresponding period. For now they're only configured, not enforced.
doc/configuration.txt
include/types/dns.h
src/cfgparse.c