[pve-devel] [PATCH ifupdown2 1/1] Correctly handle IPv6 addresses in vxlan

2024-10-08 Thread apalrd via pve-devel
--- Begin Message --- --- ifupdown2/addons/vxlan.py | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/ifupdown2/addons/vxlan.py b/ifupdown2/addons/vxlan.py index 084aec9..4aa8e50 100644 --- a/ifupdown2/addons/vxlan.py +++ b/ifupdown2/addons/vxlan.py @

[pve-devel] [PATCH pve-network 1/1] Update vxlan plugin to emit local tunnel IP

2024-10-08 Thread apalrd via pve-devel
--- Begin Message --- --- src/PVE/Network/SDN/Zones/VxlanPlugin.pm | 4 ++-- src/test/zones/vxlan/basic/expected_sdn_interfaces | 1 + src/test/zones/vxlan/vlanawarevnet/expected_sdn_interfaces | 1 + src/test/zones/vxlan/vxlanport/expected_sdn_interfaces | 1 + 4 fil

[pve-devel] [PATCH ifupdown2 0/1] Support IPv6 in vxlan

2024-10-08 Thread apalrd via pve-devel
--- Begin Message --- Add support in ifupdown2 for IPv6 local and remote IP addresses in vxlan. Fixes #5415. apalrd (1): Correctly handle IPv6 addresses in vxlan ifupdown2/addons/vxlan.py | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) -- 2.39.5 --- End

[pve-devel] [PATCH pve-network 0/1] Vxlan Support IPv6

2024-10-08 Thread apalrd via pve-devel
--- Begin Message --- This patch goes along with a patch to ifupdown2 to support IPv6 in vxlan (fixes #5415). While IPv6 is already supported for remote peers, the local_tunnelip parameter must be set to a local IPv6 address or the tunnel interface will bind to a local IPv4 address. Take the lo