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 5CA8E75E82 for ; Wed, 14 Jul 2021 09:52:26 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4BECBD2FC for ; Wed, 14 Jul 2021 09:52:26 +0200 (CEST) Received: from kvmformation3.odiso.net (globalOdiso.M6Lille.odiso.net [89.248.211.242]) by firstgate.proxmox.com (Proxmox) with ESMTP id 558FFD2E8 for ; Wed, 14 Jul 2021 09:52:25 +0200 (CEST) Received: by kvmformation3.odiso.net (Postfix, from userid 0) id 3435A75F6; Wed, 14 Jul 2021 09:52:24 +0200 (CEST) From: Alexandre Derumier To: pve-devel@lists.proxmox.com Date: Wed, 14 Jul 2021 09:52:22 +0200 Message-Id: <20210714075223.2866634-2-aderumier@odiso.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210714075223.2866634-1-aderumier@odiso.com> References: <20210714075223.2866634-1-aderumier@odiso.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.912 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% HEADER_FROM_DIFFERENT_DOMAINS 0.248 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 KHOP_HELO_FCRDNS 0.398 Relay HELO differs from its IP's reverse DNS NO_DNS_FOR_FROM 0.001 Envelope sender has no MX or A DNS records 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 Subject: [pve-devel] [PATCH ifupdown2 1/2] update patches 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, 14 Jul 2021 07:52:26 -0000 Signed-off-by: Alexandre Derumier --- .../pve/0009-allow-vlan-tag-inside-vxlan-tunnel.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/pve/0009-allow-vlan-tag-inside-vxlan-tunnel.patch b/debian/patches/pve/0009-allow-vlan-tag-inside-vxlan-tunnel.patch index 7d0cecd..7a42f41 100644 --- a/debian/patches/pve/0009-allow-vlan-tag-inside-vxlan-tunnel.patch +++ b/debian/patches/pve/0009-allow-vlan-tag-inside-vxlan-tunnel.patch @@ -1,4 +1,4 @@ -From a53022b71d98abf1cc34bf380309853fbb18b443 Mon Sep 17 00:00:00 2001 +From 14a29c0ef26946a4721103a943249d5c3e74a865 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Mon, 21 Sep 2020 08:47:25 +0200 Subject: [PATCH] allow vlan tag inside vxlan tunnel @@ -11,10 +11,10 @@ Signed-off-by: Alexandre Derumier 1 file changed, 5 deletions(-) diff --git a/ifupdown2/addons/bridge.py b/ifupdown2/addons/bridge.py -index 2b9ea84..b835ac2 100644 +index f9c789d..72c7a2f 100644 --- a/ifupdown2/addons/bridge.py +++ b/ifupdown2/addons/bridge.py -@@ -1557,11 +1557,6 @@ class bridge(Addon, moduleBase): +@@ -1602,11 +1602,6 @@ class bridge(Bridge, moduleBase): because kernel does honor vid info flags during deletes. """ @@ -24,8 +24,8 @@ index 2b9ea84..b835ac2 100644 - bportifaceobj.upperifaces[0]) - return - vids_int = self._ranges_to_ints(vids) + vids_int = utils.ranges_to_ints(vids) try: -- -2.20.1 +2.30.2 -- 2.30.2