From: Wolfgang Bumiller Date: Wed, 7 Oct 2015 08:42:17 +0000 (+0200) Subject: don't reorder unknown interface types X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=7a82210017d563bcdadba9fff60fc6dbedf0cd15;hp=7a82210017d563bcdadba9fff60fc6dbedf0cd15 don't reorder unknown interface types 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 ---