]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: drop static configs later
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 6 Nov 2024 18:02:54 +0000 (03:02 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 11 Nov 2024 02:53:24 +0000 (11:53 +0900)
commite8da735cebb14936c529a46a04635472c9bcbe84
tree7d30512550d480f70d9a92fe498c32850f62738f
parent4e76c57c7f86c46ef2ec3d3f7c25e049cf357214
network: drop static configs later

Follow-up for dd6d53a8dc58c5e6e310b09ba7f7a22600a87ba9.

Unnecessary static configs will be anyway dropped later in
link_configure() -> link_drop_unmanaged_config(). Hence, even if we are
reconfiguring an interface cleanly, it is not necessary to drop static
configs here.
src/network/networkd-link.c