]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: map/acl: add the "commit map/acl" CLI command
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Apr 2021 13:10:01 +0000 (15:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Apr 2021 13:36:31 +0000 (15:36 +0200)
commit7a562ca809fc8bb99b990fd4f29a6d29e39acfaa
treede28c3de2ef8aaaa92d485e384fdb35f47b16369
parent97218ce3a9a291d4cab4adad7a581b801f174187
MINOR: map/acl: add the "commit map/acl" CLI command

The command is used to atomically replace a map/acl with the pending
contents of the designated version. The new version must have been
allocated by "prepare map/acl" prior to this. At the moment it is not
possible to force the version when adding new entries, so this may only
be used to atomically clear an ACL/map.
doc/management.txt
src/map.c