commit | ff3feeb5cf2f8fb3d1c4b8e0984a6249a516de7e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 30 13:31:43 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 30 15:36:31 2021 +0200 |
tree | 15e79933accfcb9dc1a18453a802d0e341942ce2 | |
parent | a13afe6535e29e7dfe9a488cc2aed7795ed5bbf1 [diff] |
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.