]> git.proxmox.com Git - pve-firewall.git/commit
configs: add locking helpers
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 Apr 2020 08:52:49 +0000 (10:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 2 May 2020 17:05:49 +0000 (19:05 +0200)
commitfab41100e1ca3e50af5acdff20e8b60a67cd7822
tree65a0d9bccac02bc503aeb32ddb6a4abaeef248df
parentc5a10084b3661fc4410fb97210e2f156bf0890e3
configs: add locking helpers

to allow some level of safe concurrent config modification, instead of
the current free for all.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/Firewall.pm