MINOR: map/acl: add the "prepare map/acl" CLI command
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Apr 2021 12:57:03 +0000 (14:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Apr 2021 13:36:31 +0000 (15:36 +0200)
commit97218ce3a9a291d4cab4adad7a581b801f174187
tree65f25a8ce6f6aa0c15fbb999f6b22292e2268e30
parentff3feeb5cf2f8fb3d1c4b8e0984a6249a516de7e
MINOR: map/acl: add the "prepare map/acl" CLI command

This command allocates a new version for the map/acl, that will be usable
later to prepare the addition of new values to atomically replace existing
ones. Technically speaking the operation consists in atomically incrementing
the next version. There's no "undo" operation here, if a version is not
committed, it will automatically be trashed when committing a newer version.
doc/management.txt
src/map.c