From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@pve.proxmox.com
Subject: [pve-devel] [PATCH v2 pve-cluster 1/2] add sdn/subnets.cfg
Date: Wed, 15 Jul 2020 15:05:25 +0200 [thread overview]
Message-ID: <20200715130526.25493-2-aderumier@odiso.com> (raw)
In-Reply-To: <20200715130526.25493-1-aderumier@odiso.com>
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
next prev parent reply other threads:[~2020-07-15 13:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-15 13:05 [pve-devel] [PATCH v2 pve-cluster 0/2] sdn : add subnets management Alexandre Derumier
2020-07-15 13:05 ` Alexandre Derumier [this message]
2020-07-15 13:05 ` [pve-devel] [PATCH v2 pve-cluster 2/2] add sdn/ipams.cfg Alexandre Derumier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200715130526.25493-2-aderumier@odiso.com \
--to=aderumier@odiso.com \
--cc=pve-devel@pve.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox