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 BBD8C714E0 for ; Thu, 8 Apr 2021 10:40:05 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B1CBF184E8 for ; Thu, 8 Apr 2021 10:40:05 +0200 (CEST) Received: from jack.fr.eu.org (equ57-h01-128-78-42-217.dsl.sta.abo.bbox.fr [128.78.42.217]) (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 firstgate.proxmox.com (Proxmox) with ESMTPS id 90182184CC for ; Thu, 8 Apr 2021 10:40:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by jack.fr.eu.org (Postfix) with ESMTP id 32F4D133EB6A for ; Thu, 8 Apr 2021 10:33:33 +0200 (CEST) Received: from jack.fr.eu.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HwLkBpPz58WN for ; Thu, 8 Apr 2021 10:33:27 +0200 (CEST) Received-SPF: softfail (jack.fr.eu.org: Sender is not authorized by default to use 'git@jack.fr.eu.org' in 'mfrom' identity, however domain is not currently prepared for false failures (mechanism '~all' matched)) receiver=jack.fr.eu.org; identity=mailfrom; envelope-from="git@jack.fr.eu.org"; helo="[192.168.1.50]"; client-ip=192.168.1.50 Received: from [192.168.1.50] (unknown [192.168.1.50]) by jack.fr.eu.org (Postfix) with ESMTPSA id 4B790107B91B for ; Thu, 8 Apr 2021 10:33:27 +0200 (CEST) To: pve-devel@lists.proxmox.com References: <20210408083227.17478-1-git@jack.fr.eu.org> From: Alexandre Bruyelles Message-ID: Date: Thu, 8 Apr 2021 10:33:27 +0200 User-Agent: Debian/9.0 Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 In-Reply-To: <20210408083227.17478-1-git@jack.fr.eu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RDNS_DYNAMIC 0.363 Delivered to internal network by host with dynamic-looking rDNS SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [evpnplugin.pm] X-Mailman-Approved-At: Thu, 08 Apr 2021 10:45:35 +0200 Subject: Re: [pve-devel] [PATCH libnetwork 0/1] evpn: prevent route leaking 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: Thu, 08 Apr 2021 08:40:05 -0000 On 4/8/21 10:32 AM, Alexandre Bruyelles wrote: > Alexandre Bruyelles (1): > zones: evpn: add a default unreachable, to prevent vrf leak > > PVE/Network/SDN/Zones/EvpnPlugin.pm | 1 + > 1 file changed, 1 insertion(+) >