commit | 97218ce3a9a291d4cab4adad7a581b801f174187 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 30 14:57:03 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 30 15:36:31 2021 +0200 |
tree | 65f25a8ce6f6aa0c15fbb999f6b22292e2268e30 | |
parent | ff3feeb5cf2f8fb3d1c4b8e0984a6249a516de7e [diff] |
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.