Re: [pve-devel] [PATCH pve-network] fix #5324: non vlanaware zone: add mtu to veth links

2024-04-04 Thread Stefan Hanreich
I've tested this on my machine. It works if the MTU is explicitly set in the zone configuration. If the MTU is set on the bridge to something else than 1500 and the zone configuration has 'auto', then the MTU of all other interfaces and bridges is still set to 1500. Shouldn't we try to get the MTU

[pve-devel] [PATCH pve-network] fix #5324: non vlanaware zone: add mtu to veth links

2024-03-25 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- src/PVE/Network/SDN/Zones/VlanPlugin.pm| 3 +++ src/test/zones/vlan/bridge/expected_sdn_interfaces | 4 src/test/zones/vlan/bridge/sdn_config | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/PVE/Network/S