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 3E075BB82C for ; Mon, 18 Dec 2023 14:05:16 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 26E511B7C1 for ; Mon, 18 Dec 2023 14:04:46 +0100 (CET) Received: from bastionodiso.odiso.net (bastionodiso.odiso.net [185.151.191.93]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 18 Dec 2023 14:04:44 +0100 (CET) Received: from kvmformation3.odiso.net (formationkvm3.odiso.net [10.3.94.12]) by bastionodiso.odiso.net (Postfix) with ESMTP id 8F53580C1; Mon, 18 Dec 2023 14:04:33 +0100 (CET) Received: by kvmformation3.odiso.net (Postfix, from userid 0) id 7C5F01378DE; Mon, 18 Dec 2023 14:04:33 +0100 (CET) From: Alexandre Derumier To: pve-devel@lists.proxmox.com Date: Mon, 18 Dec 2023 14:04:28 +0100 Message-Id: <20231218130431.1857324-1-aderumier@odiso.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.031 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy HEADER_FROM_DIFFERENT_DOMAINS 0.25 From and EnvelopeFrom 2nd level mail domains are different KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [dhcp.pm, thekelleys.org.uk, zones.pm, plugin.pm, evpnplugin.pm, dnsmasq.pm] Subject: [pve-devel] [PATCH pve-network 0/3] add dhcp support for evpn 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: Mon, 18 Dec 2023 13:05:16 -0000 Hi, This patch serie add dhcp support for evpn. Dnsmasq need to run in specific vrf for each evpn zone. Dnsmasq is currently buggy with ipv6 && vrf (no crash but it's not listening), and need to be patched with: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=a889c554a7df71ff93a8299ef96037fbe05f2f55 I have tested it, just applying this patch on current debian source is enough to get is working. Alexandre Derumier (3): dhcp: add vrf support dnsmasq service: run service in vrf zones: evpn: add dhcp support src/PVE/Network/SDN/Dhcp.pm | 3 ++- src/PVE/Network/SDN/Dhcp/Dnsmasq.pm | 3 ++- src/PVE/Network/SDN/Zones.pm | 10 ++++++++++ src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 7 +++++++ src/PVE/Network/SDN/Zones/Plugin.pm | 6 ++++++ src/services/01-dnsmasq-vrf.conf | 4 ++++ src/services/Makefile | 1 + 7 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 src/services/01-dnsmasq-vrf.conf -- 2.39.2