mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 16:20:09 +01:00
We support the "NetworkManager.conf" sections '[connection]' and '[connection.\+]' (with arbitrary suffix). Fix the order of how we evaluate these section. Note that the literal '[connection]' section is always evaluated lastly after any other '[connection.\+]' section. Within one file, we want to evaluate the sections in top-to-bottom order. But accross multiple files, we want to order them later-files-first. That gives a reasonable behavior if the user looks at one file, and also if he wants to overwrite configuration via configuration snippets like "conf.d/99-last.conf". Note that if a later file extends/overwrites a section defined in an earlier file, the section is still considered with lower priority This is intentional, because the user ~extends~ a lower priority section. If he wants to add a higher priority section, he should choose a new suffix. Fixes: |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| NetworkManager.conf.xml.in | ||
| NetworkManager.xml | ||
| nm-online.1.in | ||
| nm-settings-ifcfg-rh.xsl | ||
| nm-settings-keyfile.xsl | ||
| nm-settings.xsl | ||
| nm-system-settings.conf.5.in | ||
| nmcli-examples.xml | ||
| nmcli.1.in | ||
| nmtui.1.in | ||