all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-cluster] add sdn/subnets.cfg
@ 2020-07-14  5:48 Alexandre Derumier
  0 siblings, 0 replies; only message in thread
From: Alexandre Derumier @ 2020-07-14  5:48 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
 data/PVE/Cluster.pm | 1 +
 data/src/status.c   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 210ea85..42f5f9f 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -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,
 };
diff --git a/data/src/status.c b/data/src/status.c
index 865e2f7..16b84e7 100644
--- a/data/src/status.c
+++ b/data/src/status.c
@@ -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" },
 };
-- 
2.20.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-14  5:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14  5:48 [pve-devel] [PATCH pve-cluster] add sdn/subnets.cfg Alexandre Derumier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal