public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Stephan Leemburg <stephan.leemburg@it-functions.nl>
To: pve-devel@lists.proxmox.com
Cc: Stephan Leemburg <stephan.leemburg@it-functions.nl>
Subject: [pve-devel] [Bump maximum number of container net interfaces from 10 to 32 1/1] Bump maximum number of container net interfaces from 10 to 32
Date: Sun, 23 Aug 2020 13:38:02 +0200	[thread overview]
Message-ID: <20200823113802.95198-2-stephan.leemburg@it-functions.nl> (raw)
In-Reply-To: <20200823113802.95198-1-stephan.leemburg@it-functions.nl>

Signed-off-by: Stephan Leemburg <stephan.leemburg@it-functions.nl>
---
 src/PVE/LXC/Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
index 5bf12d5..044e2e1 100644
--- a/src/PVE/LXC/Config.pm
+++ b/src/PVE/LXC/Config.pm
@@ -712,7 +712,7 @@ our $netconf_desc = {
 };
 PVE::JSONSchema::register_format('pve-lxc-network', $netconf_desc);
 
-my $MAX_LXC_NETWORKS = 10;
+my $MAX_LXC_NETWORKS = 32;
 for (my $i = 0; $i < $MAX_LXC_NETWORKS; $i++) {
     $confdesc->{"net$i"} = {
 	optional => 1,
-- 
2.25.1




  reply	other threads:[~2020-08-23 11:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-23 11:38 [pve-devel] [pve-container: Bump maximum number of container net interfaces from 10 to 32 0/1] Stephan Leemburg
2020-08-23 11:38 ` Stephan Leemburg [this message]
2020-08-27 10:53   ` [pve-devel] applied: [Bump maximum number of container net interfaces from 10 to 32 1/1] Bump maximum number of container net interfaces from 10 to 32 Thomas Lamprecht
2020-08-23 11:38 [pve-devel] [pve-manager: Bump maximum number of container net interfaces from 10 to 32 0/1] Stephan Leemburg
2020-08-23 11:38 ` [pve-devel] [Bump maximum number of container net interfaces from 10 to 32 1/1] Bump maximum number of container net interfaces from 10 to 32 Stephan Leemburg

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=20200823113802.95198-2-stephan.leemburg@it-functions.nl \
    --to=stephan.leemburg@it-functions.nl \
    --cc=pve-devel@lists.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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal