]> git.proxmox.com Git - pve-cluster.git/commitdiff
add sdn/subnets.cfg
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 28 Sep 2020 08:33:35 +0000 (10:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Feb 2021 12:36:17 +0000 (13:36 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Cluster.pm
data/src/status.c

index 210ea8544561f8d7bf7d1d3126a481ffe00432ba..42f5f9ff62e32ab3e034cdc165156980cc3837fb 100644 (file)
@@ -69,6 +69,7 @@ my $observed = {
     'sdn/vnets.cfg' => 1,
     'sdn/zones.cfg' => 1,
     'sdn/controllers.cfg' => 1,
+    'sdn/subnets.cfg' => 1,
     'sdn/.version' => 1,
     'virtual-guest/cpu-models.conf' => 1,
 };
index 8e932211ab442933de58c56f593d7fc17236ee95..03426be6bb9459142a454b27f3d8fde1772b7cca 100644 (file)
@@ -99,6 +99,7 @@ static memdb_change_t memdb_change_array[] = {
        { .path = "sdn/vnets.cfg" },
        { .path = "sdn/zones.cfg" },
        { .path = "sdn/controllers.cfg" },
+       { .path = "sdn/subnets.cfg" },
        { .path = "sdn/.version" },
        { .path = "virtual-guest/cpu-models.conf" },
 };