diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index bc33a8f..601e651 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -1030,7 +1030,7 @@ sub __read_etc_network_interfaces { }; } - foreach my $iface (keys %$ifaces) { + foreach my $iface (sort keys %$ifaces) { my $d = $ifaces->{$iface}; $d->{type} = 'unknown'; if ($iface =~ m/^bond\d+$/) {