[pve-devel] [PATCH common 0/4] fix #5141: fix parsing of explicit vlan devices
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Dec 21 16:30:21 CET 2023
patches 1 and 2 are just to make writing the test case in 4 possible in the
first place. 3 is the actual fix.
Fabian Grünbichler (4):
network tests: switch to ifupdown2
network parser: iterate deterministically
fix #5141: network parser: fix accidental RE result re-use
network tests: test #5141
src/PVE/INotify.pm | 21 ++++++--
test/etc_network_interfaces/runtest.pl | 2 +-
.../t.bridge_eth_remove_auto.pl | 24 ---------
.../t.create_network.pl | 6 +--
.../t.ovs_bridge_allow.pl | 12 ++---
test/etc_network_interfaces/t.vlan-parsing.pl | 54 +++++++++++++++++++
6 files changed, 80 insertions(+), 39 deletions(-)
delete mode 100644 test/etc_network_interfaces/t.bridge_eth_remove_auto.pl
create mode 100644 test/etc_network_interfaces/t.vlan-parsing.pl
--
2.39.2
More information about the pve-devel
mailing list