<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 25, 2020, 17:46 Francis Moreau <<a href="mailto:francis.moro@gmail.com">francis.moro@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I want to override /usr/lib/systemd/network/99-default.link so I need<br>
to create a file starting with "99-" prefix.<br>
<br>
This doesn't seem logical to me because the numbers are supposed to<br>
encode the priority however nothing is left to the user if the<br>
defaults used is 99.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">It depends on whether the _first_ matching file is used, or whether the _last_ matching file is used – different programs choose differently. (If the program merges all files, it still depends on whether the first value of a particular setting is used, or whether the last one is used.)</div><div dir="auto"><br></div><div dir="auto">As mentioned in systemd.link(5), udev only chooses one .link file per interface – just the first one that matched – therefore 00 is the highest priority.</div></div>