]> git.proxmox.com Git - pve-common.git/commitdiff
don't reorder unknown interface types
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 7 Oct 2015 08:42:17 +0000 (10:42 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Oct 2015 11:43:28 +0000 (13:43 +0200)
Giving unknown interfaces an order-id of 0 caused them to
always be on top of the interfaces file. This is often
undesired. Instead we now only take type-ordering into
account when both interfaces which are being compared have a
known type, and otherwise only use the priority attribute.
This should result in a more stable modification of
interfaces.

Fixes #747


No differences found