]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: move map and acl code to map.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 18 Nov 2016 18:26:17 +0000 (19:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:27 +0000 (16:59 +0100)
commitad8be61c7ef85b28ec2d1763ee8aaf1453ec2b67
tree1eb926ecc898140e8393de0d9e788acc8f201354
parent32af203b752e4089e21988973e8d1129bce32263
REORG: cli: move map and acl code to map.c

Move map and acl CLI functions to map.c and use the cli keyword API to
register actions on the CLI. Then remove the now unused individual
"add" and "del" keywords.
include/types/cli.h
src/cli.c
src/map.c