From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 9DB0C6349B for ; Wed, 15 Jul 2020 15:15:57 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 891109623 for ; Wed, 15 Jul 2020 15:15:27 +0200 (CEST) Received: from mailpro.odiso.net (mailpro.odiso.net [89.248.211.110]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 5C594961A for ; Wed, 15 Jul 2020 15:15:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailpro.odiso.net (Postfix) with ESMTP id D749C13528D3; Wed, 15 Jul 2020 15:10:14 +0200 (CEST) Received: from mailpro.odiso.net ([127.0.0.1]) by localhost (mailpro.odiso.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id c35__5lg701c; Wed, 15 Jul 2020 15:10:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailpro.odiso.net (Postfix) with ESMTP id BE5FE1352A8B; Wed, 15 Jul 2020 15:10:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at mailpro.odiso.com Received: from mailpro.odiso.net ([127.0.0.1]) by localhost (mailpro.odiso.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id pFepRxCI1Sp7; Wed, 15 Jul 2020 15:10:14 +0200 (CEST) Received: from mailpro.odiso.net (mailpro.odiso.net [10.1.31.111]) by mailpro.odiso.net (Postfix) with ESMTP id A4D491352A00; Wed, 15 Jul 2020 15:10:14 +0200 (CEST) Date: Wed, 15 Jul 2020 15:10:14 +0200 (CEST) From: Alexandre DERUMIER To: Thomas Lamprecht Cc: Proxmox VE development discussion , pve-devel Message-ID: <1494141831.301008.1594818614432.JavaMail.zimbra@odiso.com> In-Reply-To: <10b07450-103c-cc75-9b1d-95cf83567e03@proxmox.com> References: <20200714054741.2947-1-aderumier@odiso.com> <10b07450-103c-cc75-9b1d-95cf83567e03@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.8.12_GA_3866 (ZimbraWebClient - GC83 (Linux)/8.8.12_GA_3844) Thread-Topic: sdn : add subnets management Thread-Index: byyAli4gqYFJbTjBJZnoM15UTUP8Yw== X-SPAM-LEVEL: Spam detection results: 0 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH pve-network 0/9] sdn : add subnets management X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2020 13:15:57 -0000 >>great! I'll see if I can look at this soon - if something has priority or= =20 >>if it stops you from continuing just ping me, I can try to give it some= =20 >>priority then, thanks!=20 thanks thomas, nothing blocking for now, as I'm still working on the founda= tions in pve-network. Maybe later I'll try to plug it in differents part (qemu/lxc config, firewa= ll,.....). But I'm going on holiday next week for 3 weeks, so you have time, no hurry I'll send the pve-docs tomorrow for subnets && ipam. ----- Mail original ----- De: "Thomas Lamprecht" =C3=80: "Proxmox VE development discussion" , = "aderumier" , "pve-devel" Envoy=C3=A9: Mardi 14 Juillet 2020 09:34:04 Objet: Re: [pve-devel] [PATCH pve-network 0/9] sdn : add subnets management On 14.07.20 07:47, Alexandre Derumier wrote:=20 > This patch series add basic subnets managements.=20 >=20 > Subnets will be use for multiple things:=20 > - defined gateway ip on vnets=20 > - enable snat on a subnet=20 > - add cloudnit|dhcp default network configs (gateway, static routes, name= servers,searchdomain,....)=20 > - add ipam management. (ip registrations to external ipam, for vm|ct ip m= anagement)=20 > - add dns registration. (reverse dns for subnet, and searchdomain regisra= tion in external dns like powerdns )=20 > - ...=20 >=20 >=20 > Currently, only gateway option is implemented:=20 >=20 > It's currently replace ip management on vnets for layer3 plugins,=20 > through the option "gateway".=20 >=20 > If the option gateway is defined, for layer3 plugins (evpn && simple),=20 > the ip will be used for the vnet.=20 >=20 > A vnet can have multiple subnets, with multiples ipv4/ipv6.=20 >=20 >=20 > (I'm currently working on ipam)=20 great! I'll see if I can look at this soon - if something has priority or= =20 if it stops you from continuing just ping me, I can try to give it some=20 priority then, thanks!=20