MINOR: map/acl: add the possibility to specify the version in "clear map/acl"
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Apr 2021 11:31:43 +0000 (13:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Apr 2021 13:36:31 +0000 (15:36 +0200)
commitff3feeb5cf2f8fb3d1c4b8e0984a6249a516de7e
tree15e79933accfcb9dc1a18453a802d0e341942ce2
parenta13afe6535e29e7dfe9a488cc2aed7795ed5bbf1
MINOR: map/acl: add the possibility to specify the version in "clear map/acl"

This will ease maintenance of versionned maps by allowing to clear old or
failed updates instead of the current version. Nothing was done to allow
clearing everyhing, though if there was a need for this, implementing "@all"
or something equivalent wouldn't require more than 3 lines of code.
doc/management.txt
src/map.c