5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-01-07 21:17:59 +03:00
Go to file
Leo Nunner 6198a78f13 fix #4204: automatically update usages of group when it is renamed
When renaming a group, the usages didn't get updated automatically. To
get around problems with atomicity, the old rule is first cloned with the
new name, the usages are updated and only when updating has finished, the
old rule is deleted.

The subroutines that lock/update host configs had to be changed so that
it's possible to lock any config, not just the one of the current host.

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
2022-10-04 13:02:04 +02:00
debian bump version to 4.2-6 2022-08-29 09:43:59 +02:00
src fix #4204: automatically update usages of group when it is renamed 2022-10-04 13:02:04 +02:00
test test/simulator: add very basic ICMP type functionallity 2020-05-04 14:10:55 +02:00
Makefile buildsys: change upload/repo dist to bullseye 2021-05-24 11:39:09 +02:00