all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH ifupdown2 0/6] bump to 3.2.0
Date: Tue, 16 May 2023 00:47:04 +0200	[thread overview]
Message-ID: <20230515224710.1331004-1-aderumier@odiso.com> (raw)

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




             reply	other threads:[~2023-05-15 22:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-15 22:47 Alexandre Derumier [this message]
2023-05-15 22:47 ` [pve-devel] [PATCH ifupdown2 1/6] patch: patch5: fix code nit Alexandre Derumier
2023-05-15 22:47 ` [pve-devel] [PATCH ifupdown2 2/6] patch: remove old upstreamed patches Alexandre Derumier
2023-05-15 22:47 ` [pve-devel] [PATCH ifupdown2 3/6] patch: reorder patches Alexandre Derumier
2023-05-15 22:47 ` [pve-devel] [PATCH ifupdown2 4/6] patch: add ipv6 slaac support upstream patch Alexandre Derumier
2023-05-15 22:47 ` [pve-devel] [PATCH ifupdown2 5/6] patch: remove lacp bond min-links=0 warning Alexandre Derumier
2023-05-15 22:47 ` [pve-devel] [PATCH ifupdown2 6/6] bump version to 3.2.0-1+pmx1 Alexandre Derumier
2023-05-20 14:22 ` [pve-devel] applied: [PATCH ifupdown2 0/6] bump to 3.2.0 Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230515224710.1331004-1-aderumier@odiso.com \
    --to=aderumier@odiso.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal