mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-04 10:25:00 +00:00
To be sorted in lexical order let's add a 50- prefix to the systemd network units files. Now these systemd network units will be processed before the other units prefixed by 80-. And the first (in lexical order) of the network files that matches a given device is applied, all later files are ignored, even if they match as well. Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com> Acked-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>