[pve-devel] [PATCH ifupdown2 0/7] bump to upstream 3.9.0 release
Christoph Heiss
c.heiss at proxmox.com
Wed Apr 23 12:45:29 CEST 2025
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
More information about the pve-devel
mailing list