mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
network: apply static addresses in specified order
https://bugs.freedesktop.org/show_bug.cgi?id=83270
This commit is contained in:
parent
502f1733e3
commit
1e39ff926f
@ -59,7 +59,7 @@ int address_new_static(Network *network, unsigned section, Address **ret) {
|
||||
|
||||
address->network = network;
|
||||
|
||||
LIST_PREPEND(addresses, network->static_addresses, address);
|
||||
LIST_APPEND(addresses, network->static_addresses, address);
|
||||
|
||||
if (section) {
|
||||
address->section = section;
|
||||
|
Loading…
Reference in New Issue
Block a user