]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: do not abort execution when NetDev.Name= conflicts
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 31 Mar 2019 15:24:25 +0000 (00:24 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 1 Apr 2019 01:30:31 +0000 (10:30 +0900)
commitb519908cace83fc57b7258c24f7f59919ae77837
tree3d24d41a4b01ec09a45b050489ac2a846a7dd67c
parent5a0bd90b826e21d39c18d9aacd00cc8999d5b084
network: do not abort execution when NetDev.Name= conflicts

This also changes that .netdev files are loaded in ascending order.
Otherwise, when NetDev.ifname= setting conflicts with other .netdev file,
then .netdev file with large prefix number wins.
src/network/netdev/netdev.c