]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: Let configure the dynamic cookies from the cli.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 14 Mar 2017 19:08:46 +0000 (20:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Mar 2017 10:38:29 +0000 (11:38 +0100)
commit614f8d7d56dc558d433f55d4c710599f61a87bab
treee60d0bd1fa54472157dcf005b31b3460ac1ef31d
parent4e694049fad08fc7afccac227d547c32bb537454
MINOR: cli: Let configure the dynamic cookies from the cli.

This adds 3 new commands to the cli :
enable dynamic-cookie backend <backend> that enables dynamic cookies for a
specified backend
disable dynamic-cookie backend <backend> that disables dynamic cookies for a
specified backend
set dynamic-cookie-key backend <backend> that lets one change the dynamic
cookie secret key, for a specified backend.
doc/management.txt
include/proto/proxy.h
src/proxy.c