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 CAC2A99FCD for ; Tue, 16 May 2023 00:47:52 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9FB67102D8 for ; Tue, 16 May 2023 00:47:22 +0200 (CEST) Received: from bastionodiso.odiso.net (bastionodiso.odiso.net [IPv6:2a0a:1580:2000::2d]) (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 ; Tue, 16 May 2023 00:47:19 +0200 (CEST) Received: from kvmformation3.odiso.net (formationkvm3.odiso.net [10.3.94.12]) by bastionodiso.odiso.net (Postfix) with ESMTP id 291C47B4D; Tue, 16 May 2023 00:47:12 +0200 (CEST) Received: by kvmformation3.odiso.net (Postfix, from userid 0) id 0A9E9256363; Tue, 16 May 2023 00:47:12 +0200 (CEST) From: Alexandre Derumier To: pve-devel@lists.proxmox.com Date: Tue, 16 May 2023 00:47:04 +0200 Message-Id: <20230515224710.1331004-1-aderumier@odiso.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.268 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.249 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 KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years 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 - Subject: [pve-devel] [PATCH ifupdown2 0/6] bump to 3.2.0 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, 15 May 2023 22:47:52 -0000 Hi, This patch series bump version to 3.2.0. This need update of proxmox ifupdown2 mirror to last master a0522546b848435115a20eb647f87ade01761a33 commit , as the 3.2.0 tagged version is missing 1 patch fix. I have remove old upstreamed patches, and add a new patch for ipv6 slaac support. I only have tested with debian11 currently. Alexandre Derumier (6): patch: patch5: fix code nit patch: remove old upstreamed patches patch: reorder patches patch: add ipv6 slaac support upstream patch patch: remove lacp bond min-links=0 warning bump version to 3.2.0-1+pmx1 debian/changelog | 12 + ...-veth-fwpr-interfaces-from-bridge-on.patch | 14 +- ...add-dummy-mtu-bridgevlanport-modules.patch | 11 +- ...-subinterface-in-a-vlan-aware-bridge.patch | 49 -- ...ridge-is-tap-veth-are-still-plugged.patch} | 10 +- ...vxlan-vlan-interfaces-when-ifreload.patch} | 18 +- ...-tuning.patch => 0005-config-tuning.patch} | 12 +- ...rvice-fix-dependencies-and-ordering.patch} | 26 +- ...orts-condone-regex-exclude-tap-veth.patch} | 13 +- ...-allow-vlan-tag-inside-vxlan-tunnel.patch} | 14 +- ...update-network-config-compatibility.patch} | 8 +- ...rules-drop-now-default-with-systemd.patch} | 10 +- ...stallsystemd-override-for-compat-12.patch} | 13 +- ...oad-network-config-on-first-install.patch} | 14 +- ...bond-remove-bond-min-links-0-warning.patch | 33 + .../pve/0014-fix-pointopoint-regression.patch | 28 - debian/patches/series | 26 +- ...6-slaac-support-inet6-auto-accept_ra.patch | 626 ++++++++++++++++++ .../0001-ovs-add-support-for-fakebridge.patch | 57 -- ...-check-vlan-protocol-for-not-dotted-.patch | 88 --- 20 files changed, 773 insertions(+), 309 deletions(-) delete mode 100644 debian/patches/pve/0003-allow-vlan-subinterface-in-a-vlan-aware-bridge.patch rename debian/patches/pve/{0004-don-t-remove-bridge-is-tap-veth-are-still-plugged.patch => 0003-don-t-remove-bridge-is-tap-veth-are-still-plugged.patch} (87%) rename debian/patches/pve/{0005-ifreload-down-up-vxlan-interfaces-when-ifreload_down.patch => 0004-ifreload-down-up-vxlan-vlan-interfaces-when-ifreload.patch} (69%) rename debian/patches/pve/{0006-config-tuning.patch => 0005-config-tuning.patch} (82%) rename debian/patches/pve/{0007-networking.service-fix-dependencies-and-ordering.patch => 0006-networking.service-fix-dependencies-and-ordering.patch} (77%) rename debian/patches/pve/{0008-openvswitch-ovs-ports-condone-regex-exclude-tap-veth.patch => 0007-openvswitch-ovs-ports-condone-regex-exclude-tap-veth.patch} (80%) rename debian/patches/pve/{0009-allow-vlan-tag-inside-vxlan-tunnel.patch => 0008-allow-vlan-tag-inside-vxlan-tunnel.patch} (70%) rename debian/patches/pve/{0010-postinst-rm-update-network-config-compatibility.patch => 0009-postinst-rm-update-network-config-compatibility.patch} (94%) rename debian/patches/pve/{0011-d-rules-drop-now-default-with-systemd.patch => 0010-d-rules-drop-now-default-with-systemd.patch} (73%) rename debian/patches/pve/{0012-d-rules-add-dh_installsystemd-override-for-compat-12.patch => 0011-d-rules-add-dh_installsystemd-override-for-compat-12.patch} (65%) rename debian/patches/pve/{0013-postinst-reload-network-config-on-first-install.patch => 0012-postinst-reload-network-config-on-first-install.patch} (66%) create mode 100644 debian/patches/pve/0013-lacp-bond-remove-bond-min-links-0-warning.patch delete mode 100644 debian/patches/pve/0014-fix-pointopoint-regression.patch create mode 100644 debian/patches/upstream/0001-add-ipv6-slaac-support-inet6-auto-accept_ra.patch delete mode 100644 debian/patches/upstream/0001-ovs-add-support-for-fakebridge.patch delete mode 100644 debian/patches/upstream/0001-vlan-query_check-check-vlan-protocol-for-not-dotted-.patch -- 2.30.2