* [pve-devel] [PATCH ifupdown2 0/2] update to 3.1.0
@ 2021-07-14 7:52 Alexandre Derumier
2021-07-14 7:52 ` [pve-devel] [PATCH ifupdown2 1/2] update patches Alexandre Derumier
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Alexandre Derumier @ 2021-07-14 7:52 UTC (permalink / raw)
To: pve-devel
This patches serie update ifupdown2 to 3.1.0.
Alexandre Derumier (2):
update patches
bump version to 3.1.0-1+pve1
debian/changelog | 6 ++++++
.../pve/0009-allow-vlan-tag-inside-vxlan-tunnel.patch | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
--
2.30.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] [PATCH ifupdown2 1/2] update patches
2021-07-14 7:52 [pve-devel] [PATCH ifupdown2 0/2] update to 3.1.0 Alexandre Derumier
@ 2021-07-14 7:52 ` Alexandre Derumier
2021-07-14 7:52 ` [pve-devel] [PATCH ifupdown2 2/2] bump version to 3.1.0-1+pve1 Alexandre Derumier
2021-07-14 15:05 ` [pve-devel] applied: [PATCH ifupdown2 0/2] update to 3.1.0 Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Alexandre Derumier @ 2021-07-14 7:52 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
.../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 <aderumier@odiso.com>
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 <aderumier@odiso.com>
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] [PATCH ifupdown2 2/2] bump version to 3.1.0-1+pve1
2021-07-14 7:52 [pve-devel] [PATCH ifupdown2 0/2] update to 3.1.0 Alexandre Derumier
2021-07-14 7:52 ` [pve-devel] [PATCH ifupdown2 1/2] update patches Alexandre Derumier
@ 2021-07-14 7:52 ` Alexandre Derumier
2021-07-14 15:05 ` [pve-devel] applied: [PATCH ifupdown2 0/2] update to 3.1.0 Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Alexandre Derumier @ 2021-07-14 7:52 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
debian/changelog | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 80886f9..960cf5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ifupdown2 (3.1.0-1+pve1) bullseye; urgency=medium
+
+ * Bump to 3.1.0
+
+ -- Proxmox Support Team <support@proxmox.com> Tue, 13 Jul 2021 18:01:01 +0200
+
ifupdown2 (3.0.0-1+pve6) bullseye; urgency=medium
* always trigger a reload on first installation, to cope with ifupdown1
--
2.30.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] applied: [PATCH ifupdown2 0/2] update to 3.1.0
2021-07-14 7:52 [pve-devel] [PATCH ifupdown2 0/2] update to 3.1.0 Alexandre Derumier
2021-07-14 7:52 ` [pve-devel] [PATCH ifupdown2 1/2] update patches Alexandre Derumier
2021-07-14 7:52 ` [pve-devel] [PATCH ifupdown2 2/2] bump version to 3.1.0-1+pve1 Alexandre Derumier
@ 2021-07-14 15:05 ` Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2021-07-14 15:05 UTC (permalink / raw)
To: Proxmox VE development discussion, Alexandre Derumier
On 14.07.21 09:52, Alexandre Derumier wrote:
> This patches serie update ifupdown2 to 3.1.0.
>
>
> Alexandre Derumier (2):
> update patches
> bump version to 3.1.0-1+pve1
>
> debian/changelog | 6 ++++++
> .../pve/0009-allow-vlan-tag-inside-vxlan-tunnel.patch | 10 +++++-----
> 2 files changed, 11 insertions(+), 5 deletions(-)
>
applied, thanks!
FYI: I now also ship a policy, but for now just for the "bridge_set_static_mac_from_port"
config, we can always add others in the future if it would improve/fix things.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-14 15:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 7:52 [pve-devel] [PATCH ifupdown2 0/2] update to 3.1.0 Alexandre Derumier
2021-07-14 7:52 ` [pve-devel] [PATCH ifupdown2 1/2] update patches Alexandre Derumier
2021-07-14 7:52 ` [pve-devel] [PATCH ifupdown2 2/2] bump version to 3.1.0-1+pve1 Alexandre Derumier
2021-07-14 15:05 ` [pve-devel] applied: [PATCH ifupdown2 0/2] update to 3.1.0 Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox