]> git.puffer.fish Git - matthieu/pve-network.git/commit
ipam: move mac-cache.db to unprivileged sdn/ subdirectory
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 18 Nov 2024 20:55:37 +0000 (21:55 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2024 21:18:28 +0000 (22:18 +0100)
commit478e17c7e07fb9db656a6d32479d4d8ca3d10fb3
tree50c0164f5e98e95ea7c9d15abfe505e702e9590e
parent89dfb8f879d90ef906f78213d7edfd6140733972
ipam: move mac-cache.db to unprivileged sdn/ subdirectory

follows commit:
0f48bc6 ("ipam: move state file of PVE plugin over to common sdn directory")
as far as reasoning goes, and also closely code-wise (if only to make
the clean-up with PVE 9.0 a bit more straight-forward):
files in priv/ are sensitive in the sense that access there can be
used to hijack (external systems) - the mac-cache can be kept next to
the remaining sdn-config.

minimally tested on my machine.
depends on the pve-cluster commit sent with this.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PVE/Network/SDN/Ipams.pm