From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pve-devel-bounces@lists.proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9])
	by lore.proxmox.com (Postfix) with ESMTPS id 07DA21FF172
	for <inbox@lore.proxmox.com>; Wed, 23 Apr 2025 12:47:06 +0200 (CEST)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
	by firstgate.proxmox.com (Proxmox) with ESMTP id 9092D18177;
	Wed, 23 Apr 2025 12:46:38 +0200 (CEST)
From: Christoph Heiss <c.heiss@proxmox.com>
To: pve-devel@lists.proxmox.com
Date: Wed, 23 Apr 2025 12:45:29 +0200
Message-ID: <20250423104556.644234-1-c.heiss@proxmox.com>
X-Mailer: git-send-email 2.49.0
MIME-Version: 1.0
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.030 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
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an 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. [proxmox.com]
Subject: [pve-devel] [PATCH ifupdown2 0/7] bump to upstream 3.9.0 release
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: pve-devel-bounces@lists.proxmox.com
Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com>

Going by the changelog, there seem to be no actual breaking changes,
except one commit - which is reverted w/ patch #4, due to being broken.

Other than that, it's just bug fixes and new attributes. I also skimmed
the actual git log, nothing otherwise obvious there either.
See patch #3 for the upstream changelog - most changes are V(X)LAN
related, so testing this in particular would be very much appreciated!

Maybe interesting; ifreload now features a `--diff` flag for reloading
only changed interfaces:
https://github.com/CumulusNetworks/ifupdown2/commit/2d3f57efc

Will also fix #6130 [0].

W.r.t patch #6/#7: Inclusion of it was suggested by Stefan, since it is
a requested feature. Separated it out and marked it as RFC tho, Stefan
can probably comment on it a bit more if needed.

[0] https://bugzilla.proxmox.com/show_bug.cgi?id=6310

Christoph Heiss (7):
  gitignore: add dpkg build artifacts
  update submodule to 3.9.0
  d/changelog: merge in upstream changelog
  d/patches: revert broken bridge-fd `validrange` clamping
  bump version to 3.9.0-1+pmx1
  d/patches: add patch for adding IPv6 vxlan-local-tunnelip
  bump version to 3.9.0-1+pmx2

 .gitignore                                    |   1 +
 debian/changelog                              |  62 ++++++
 ...y-install-line-for-non-existing-ifup.patch |  29 +++
 ...-bridge-update-bridge-fd-valid-range.patch |  55 +++++
 debian/patches/series                         |  10 +-
 ...pport-inet6-auto-and-router-adverti.patch} | 201 +++++++++++-------
 ...01-addons-ethtool-add-rx-vlan-filter.patch |  43 ----
 ...-compare-between-remote-ips-and-old_.patch |  33 ---
 ...waiting-for-stdout-eof-of-etc-networ.patch |  44 ----
 .../0001-scheduler-import-traceback.patch     |  60 ------
 .../upstream/0001-vxlan-fix-vni-filter.patch  |  27 ---
 ...upport-for-IPv6-vxlan-local-tunnelip.patch | 127 +++++++++++
 debian/rules                                  |   5 +-
 ifupdown2                                     |   2 +-
 14 files changed, 411 insertions(+), 288 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 debian/patches/pve/0011-setup-drop-faulty-install-line-for-non-existing-ifup.patch
 create mode 100644 debian/patches/pve/0012-Revert-addons-bridge-update-bridge-fd-valid-range.patch
 rename debian/patches/upstream/{0001-add-ipv6-slaac-support-inet6-auto-accept_ra.patch => 0001-add-IPv6-SLAAC-support-inet6-auto-and-router-adverti.patch} (81%)
 delete mode 100644 debian/patches/upstream/0001-addons-ethtool-add-rx-vlan-filter.patch
 delete mode 100644 debian/patches/upstream/0001-addons-vxlan-fix-compare-between-remote-ips-and-old_.patch
 delete mode 100644 debian/patches/upstream/0001-scheduler-avoid-waiting-for-stdout-eof-of-etc-networ.patch
 delete mode 100644 debian/patches/upstream/0001-scheduler-import-traceback.patch
 delete mode 100644 debian/patches/upstream/0001-vxlan-fix-vni-filter.patch
 create mode 100644 debian/patches/upstream/0002-vxlan-Add-support-for-IPv6-vxlan-local-tunnelip.patch

-- 
2.48.1



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel